Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1020099

    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?

    #1020207

    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

    #1020231

    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

    #1020277

    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

    #1020325

    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

    #1020328

    Just updated the version of the theme and it has all changed now. Thanks for the css

    #1020392

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Can't make drop down menu wider’ is closed to new replies.