This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hi
I would like to add a bit of top padding before the shop (after the menu).
Could you let me know where I can do that. Thanks
Hello,
Add the next code in Theme Options > Theme custom CSS:
.archive.woocommerce .site-header {
margin-bottom: 30px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up