Top Margin on Product Pages

Posted in: Newspaper
Post count: 18

I’m having trouble adding some space between the menu and the content of my product pages (ex. https://wvminersbaseball.com/product/wv-miners-powerband/). If you look at the rest of the site there’s about a 5% space between the menu and the content of the page.

Do you know of any CSS or theme settings that can add the spacing so that the products info and sidebar are not touching the menu?

Post count: 35449

Hi,

Yes, you can use a custom css for this -> https://i.imgur.com/prhZld3.jpg
.single-product.td-boxed-layout .td-container-wrap {
padding-top: 48px;
}

The code need to be set in theme panel> custom code> custom css

hope this will help you!
Thank you!

Post count: 18

Thanks, that worked

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.