Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #90792
    knudkp
    Participant

    Running lates WP with version 3,5 of Base Pro on fleksjobbernetvaerket.dk

    Primary menu issue:

    When the menu is open, and I point to submenus, the expand to the right. Thats ok – but as you can see on https://snag.gy/6ScO2d.jpg – since its the last menu, the submenu’s cant be displayed properly … as the text is out of the screen area …

    Me is confused

    thanks
    Knud

    #90835
    Pratik
    Keymaster

    Hi @knudkp,
    There are a few workarounds that you can use for this issue.

    1. Do not make this type of menu last item. It will be easy just to push this menu item as second to last or third to last item.

    2. You can push the sub menu to the left rather than right. For this, use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    .catchbase-nav-menu #menu-item-2072 .sub-menu .sub-menu {
        margin: -43px 0 0 -249px;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #90884
    knudkp
    Participant

    Hi Pratik
    The CSS works perfect!
    Any idears about how you think it looks?

    In regards to #1 … Do you mean “do not make submenus in the menu, if the menu is the last one on the right side of the screen” ?

    thanks
    Knud

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Primary menu issue: Menu text outta screen area’ is closed to new replies.