• Resolved marcom06

    (@marcom06)


    Hello,
    The MMM bar wil not display 100%.
    I have tried the solutions given here on forum but they don’t work for estore.

    Thanks
    Regards
    Marco

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Marco,

    Thanks for posting a link. First you should check your theme options to see if there is an option to make the menu full width (as it is the theme that determines the width and position of the menu). If not, please go to Appearance > Customize > Additional CSS and add the following:

    #site-navigation {
       float: none !important;
    }

    Regards,
    Tom

    Thread Starter marcom06

    (@marcom06)

    Thats quick response. THANKS
    I have nothing found to change the full width.

    I have put it in css but now the search and login icons have been moved to the top.
    Can I make the menu bar a bit smaller so that they are also aligned again?
    see https://mainhof.de or .com
    regards
    Marco

    Plugin Author megamenu

    (@megamenu)

    Hi Marco,

    It is difficult to do that, it would be easier to hide the search icon and person icon from the theme using custom CSS (or delete them from your themes header.php file) and add them to the menu instead (as menu items with icons set, and the “hide text” option enabled).

    Regards,
    Tom

    Thread Starter marcom06

    (@marcom06)

    Hi Tom

    I have make a change
    #site-navigation {
    width: 89%;
    }

    And this works.

    Regards
    Marco

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu bar 100% ( estore theme )’ is closed to new replies.