I can give more space to the main menu buttons
Hi JosepLluis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-main-nav > li > a { padding: 0 40px; }
You may need to adjust the value for different screensizes using media queries ( https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries )
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
div#header_main_alternate > .container {
padding: 0;
}
and increase the value in the code i posted here – https://kriesi.at/support/topic/menu-column-space/#post-349560
Regards,
Yigit
Hi!
No, use this:
@media only screen and (min-width: 990px) {
#header_main .container {
display: none;
}}
@media only screen and (min-width: 990px) {
.logo {
display: none! Important;
}}
Cheers!
Andy