Hey guys, after extensive googling, i’m stumped. I’m trying to make my menu as long as the content on my home page, I tried using code from these posts https://kriesi.at/support/topic/increase-space-between-menu-items/
however that only moved the dividers between my menu items, not the menu items themselves.
Any help would be appreciated!
Hey Gyurn,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look. The page you gave – is maintenance mode :)
Best regards,
Victoria
OK, website is off maintenance!!
Missed the part about asking for access, below is the information. Thanks for looking into it Victoria!
Hi,
I think it will be difficult to achieve that, though you can try to adjust the padding on the menu items using CSS like this:
#main_menu li a {
padding: 0 50px;
}
Best regards,
Rikard
Hey Rikard,
I tried that CSS and nothing happened, would you have any other ideas? Thanks!
*Update*
I was able to achieve it with,
.main_menu ul:first-child > li > a { padding: 0 50px; }
Thanks for the help Rikard!
Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko