I would like the drop down menu from the horizontal nav to be wider so each item is on one line. I checked previous answers to the same question and a couple of times saw this css recommended:
.main_menu .menu ul { width: 262px; }
I tried using that in quick css in general styling but it didn’t seem to change anything.
Could you take a look and let me know how to fix it please?
Hey hypnorich,
Please try the following in Quick CSS under Enfold->General Styling:
.av-main-nav ul {
width: 300px !important;
}
Clear the cache from your caching plugin and browser and reload.
Best regards,
Rikard
Just tried it and there was no effect. I have purged the cache and also tried increasing the size to 900px but still no change
Hi,
I just verified that the code works on my local installation, so there is something not working as it should on yours. Is you hosting applying varnish cache maybe? What happens if you disable your caching plugin?
Best regards,
Rikard
I disabled all cache plugins, contacted the host and there is no varnish cache, tried opening the page in an incognito window and no change at all at my end
Just updated the version of the theme and it has all changed now. Thanks for the css
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon