No margins on pages in Wordperss theme


Author Message
Webcraft

Posted: 12/3/2013
Quote message 

I've tried everything, but when I export this theme I get no margins on pages, although they are there on posts.
<br><br>
Sample page:<br><br>

<a hreg="http://www.fourseasonsadventuresailing.com/sign-up/southampton-to-la-coruna/">http://www.fourseasonsadventuresailing.com/sign-up/southampton-to-la-coruna/</a>
<br><br>
Happy to hand-edit the CSS but can't see what the problem is.
 
Webcraft

Posted: 12/18/2013
Quote message 

I've tried everything, but when I export this theme I get no margins on pages, although they are there on posts.
Whoops - I see my link was gibberish, which is perhaps why no-one has had a look. Hopefully it is fixed now. If someone can he;l[p out with this I would be very grateful. <br><br>
Sample page:<br><br>

<a href="http://www.fourseasonsadventuresailing.com/sign-up/southampton-to-la-coruna/">http://www.fourseasonsadventuresailing.com/sign-up/southampton-to-la-coruna/</a>
<br><br>
Happy to hand-edit the CSS but can't see what the problem is.

 
webcraft

Posted: 12/18/2013
Quote message 

Nope, didn't work.

<a href="http://www.fourseasonsadventuresailing.com/sign-up/southampton-to-la-coruna/">http://www.fourseasonsadventuresailing.com/sign-up/southampton-to-la-coruna/">PAGE WITH NO MARGINS</a>

 
webcraft

Posted: 12/18/2013
Quote message 

Mods, please put me out of my misery and please delete this topic
 
Try this

Posted: 12/18/2013
Quote message 

Quote webcraft:

Mods, please put me out of my misery and please delete this topic


Hey before you disappear, try adding this line to the end of your style.css
sheet:

.art-postcontent { padding: 15px; }

 
Tanya
Artisteer Team

Posted: 12/18/2013
Quote message 

Hi,

Also please check that you have specified margin under the Content -> Shape and Content -> Content Style. The first option applies styles for any content that you add from WP admin as well. The second one styles only posts added in Artisteer.

Best regards,
Tanya
 
Itan

Posted: 7/27/2014
Quote message 

Hello,

Does anyone know where to find the css code for content style or based on my image?

[img]https://farm4.staticflickr.com/3839/14764332142_6fd335caec_o.jpg

I'm having some problem cuz I forgot to add margin and text padding into the style all my post has zero margin and padding only pages works fine. So I need help where can I locate the exact css file and code line for me to edit this portion. I'm working with the Wordpress platform.

Thanks much :-)
 
techtom

Posted: 7/28/2014
Quote message 

Itan,

That is the .art-post css tag I believe.

Try adding this to the bottom of your style.css file and see if it fixes the issue.

.art-post {
padding: 5px;
margin: 12px;
}



 
itan

Posted: 7/28/2014
Quote message 

Quote techtom:

Itan,

That is the .art-post css tag I believe.

Try adding this to the bottom of your style.css file and see if it fixes the issue.

.art-post {
padding: 5px;
margin: 12px;
}





Super thanks with that techtom! it works fine now.
:-)