Thanks for your replies.
I’ll try to be more precisely. I just wanted to know how to adjust the margin of the “site navigation”. I did this screenshots with the red arrows for a better understanding:
Site Nav
Thank you. 🙂
-
This reply was modified 9 years, 6 months ago by mcrl2016.
-
This reply was modified 9 years, 6 months ago by mcrl2016.
Thank you very much @themesumo. Your Post helped me a lot. I did the adjustments with a css plugin, but I think its better to build a Child Theme.
I tried a lot with the CSS Plugin but I’m still dealing with some issues regarding the stylesheet.
1. How can I adjust the margin of the navigation, i tried this one, but it doesnt work (So i adjust the max-height to 0px to hide the main navigation)
@media (min-width:768px) {
.main-navigation ul.nav-menu {
max-height: 0px;
overflow: hidden;
margin-left: 0;
padding-left: 0;
}
And the second Issue is about the text position in the Footer that says “© 2016
Storefront gestaltet von Woocommerce”. I would like to change the position to the center of the footer.
I would be very thankful, if you could help me again 🙂