This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi,
How can I add header spacing to my product page and shop page.
The products are close to header.
Hello,
You can enable Breadcrumbs in Theme Options > General > Breadcrumbs (and disable it only on some pages via [8theme] Layout options http://prntscr.com/jimfz1)
or add this code in Theme Options > Styling > Custom css:
.woocommerce-page .content-page {
margin-top: 3em !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up