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

    Hi,
    i want to set the menu below the logo + also aligned right.
    In the settings I found logo left + menu right > but then the vertical alignement of the menu is in the middle of the logo > It should be in the row below.
    The other way I set the logo left + menu below > then I can’t put the menu to the right
    How is the solution for:
    logo left + menu right + below the logo
    Thanks a lot for your help
    Claudia

    #941075

    Hey cl-hurt,

    To achieve what you are looking for please select Logo left and menu below.

    Then add the below CSS to your site:

    #top #header_main_alternate .main_menu>div,
    #top #header_main_alternate .main_menu ul:first-child {
        width: auto!important;    
        float: right;
    }

    Best regards,
    Vinay

    #941129

    Hi Vinay,
    thanks for the first info. the main menu is now displayed on the right. but the submenu (Megamenu) will get out to the right
    Best regards
    claudia

    #941630

    Hi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

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