Home Forums Weaver Xtreme Theme extra menu submenu won’t drop down

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #18363
    sunrise
    Participant

    I’ve put an extra menu in the right widget of the header widget area.  The menu is displaying but the submenu items aren’t.  The arrows indicating that there are submenu items is displaying properly but nothing drops down when I hover over them.

    #25037
    scrambler
    Moderator

    This is most likely because we need to change the overflow from its default of hidden to visible.

    To be 100% sure of the CSS to give you, please (always) provide a link to your site

    #25038
    sunrise
    Participant

    Ok, the site is at http://ca3.windshiftdesign.com/.  And a correction, now the first item in the menu is displaying but not the rest.

    Thanks!

    #25039
    scrambler
    Moderator

    Add the rule below in Main options > HEader > HEader Widget Area > HEader Widget Area BG CSS+ box

    {overflow:visible;}

    #25040
    sunrise
    Participant

    Ok, did it, but no change.  Seems I am cursed.  Had to add it to other CSS that was already there, so now it says {max-width:999px;margin:0 auto;overflow:visible;}

    HOWEVER, I did also try it by itself in the same box and no change.

    #25041
    scrambler
    Moderator

    you are not cursed, I missed another overflow:hidden on the widget itself.

    Change the rule that you have in the CSS+ box to

    {max-width:999px;margin:0 auto;overflow:visible;} %selector .widget {overflow:visible;}


    #25042
    sunrise
    Participant

    No, I am indeed cursed.  I put the code in and still no change…

    #25043
    scrambler
    Moderator

    I am tired today… I missed a % sign in the selector

    {max-width:999px;margin:0 auto;overflow:visible;} %selector% .widget {overflow:visible;}

    #25044
    sunrise
    Participant

    That did it!  And I should have caught that too.  Thank you!

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