Can the single product page on WooCommerce start further down the page as it's at the top of the page behind my navbar!

Hi, is it possible for the single product page on WooCommerce start at the bottom of the navbar as it’s currently at the top of the page behind my navbar!

I’ve tried to figure out the CSS for myself, but nothing seems to work!

I’ll put the URL in a secure note as the shop isn’t live yet.

Thanks!

Hello @core365,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.single-product .x-main.full {
    margin-top: 80px;
}

Here are some related links for further reading:

Hope this helps.

Hi, that’s sorted it, thanks!

Thanks for your help!

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.