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

    Dear Sir

    I have a site at http://www.psweb-test2.co.uk pssword is “ray” I am trying to get the menu options central, this I have achieved by altering the css to .main_menu {
    clear: none;
    height: 100%;
    line-height: 30px;
    margin: 0;
    position: absolute;
    ========>>>>right:168px;
    top:-20px;

    z-index: 100;
    }

    However this does not work when responsive as it now goes into the logo can you help please

    #521148

    Hi condonpb!

    I don’t think you have enough room there. What you’ll need to do is have the responsive menu display earlier than 767px screen size. You can change it in Dashboard > Enfold > Header > Mobile Menu.

    Cheers!
    Elliott

    #521351

    Elliott,

    Have already done this. Is it possible to get the responsive menu to actiavte below 1284px if so how ?? Can you help with this

    Thanks

    Peter

    #522012

    Hi!

    Add this to your custom CSS.

    @media screen and (max-width: 1284px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Regards,
    Elliott

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