Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #547494

    Dear all, please let me know how can I change the width of the subemnu for the 2nd and 3rd level.
    You can see the problem at this link Problem
    Go to Cultura->Arte->Chiese and you’ ll see that some items are on two raws and it does not look well…..
    Do you have the possibility ?

    #547569

    Hey amepro,

    I can’t see any apparent problem with the submenus, what changes would you like to make? Please try to explain a bit further or post a screenshot highlighting your intentions.

    Regards,
    Rikard

    #547599

    Hi Rikard, thank you for the prompt reply.
    Here you can see what I would like to reach.Problem
    as you can see the 1st and the 3rd items are on two lines while the others are all in one so, what I would do is to enlarge the width of the submenu to have all the items on one line…..

    #548164

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav ul {
        width: 230px;
    }
    #top .av-main-nav ul ul {
        left: -229px;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.