How to fix the margin between header and posts titles?


Author Message
Claudya Guer

Posted: 4/12/2015
Quote message 

Hi, i almost finish my site and store make with version 4.3. But, i´m still don´t know how to fix that: at the shop the image is too close to the header. I wanna make the post/image start more above than this, someone can help me? I need to change the CSS where? Thanks

* adding the image for you all take a look.

My site is at http://carpediemdesigns.biz
 
hwd

Posted: 4/12/2015
Quote message 

add this to the bottom of css

.art-content-layout .art-content {
padding-top:35px!important;
}

This is global so it effects all content. If you just want it on shop then add this
to bottom of css.

.woocommerce div.product {
padding-top:30px!important;
}
 
Claudya Guer

Posted: 4/13/2015
Quote message 

;-) Hey hwd, the first code works! The second don´t....What could be? Anyway, it´s much better now, ty!!!!!!! I need to change the WC links (they´re with ugly colors).