Header Too Short

Hello.

I am not able to edit my website shop page in cornerstone.
http://nmnstaging.com/shop/
As you can see the headline is running into the navigation and I don’t know how to increase that space to 45px

Hi,

To increase the space to 45px, you can add the code below in Theme Options > CSS

.archive.woocommerce  .x-header-landmark {
   margin-top:45px;
}

Thanks

Thank you! I realized that my Cornerstone and Wordpress was not updated, and this fixed the problem. Thank you!

You are most welcome!

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