Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #405968

    Hello,

    I have issues with the submenu :
    – On the contact menu its goes off the screen. How can i fix that ?
    – I’d like to deactivate the contact page and leave only the submenus. How can i do that ?
    – On hover the sub menu it become all black ? Its that normal ? How can i change that ?

    You’ve got the link in private.

    Thanks a lot.

    #406387

    Hey hsipkin!

    Thank you for using Enfold.

    1.) Add a negative left margin to the Contact’ submenu:

    li#menu-item-38 ul.sub-menu {
    margin-left: -100px;
    }

    2.) On Appearance > Menus panel. Delete the Contact menu item, replace it with a custom link. Set the URL to # symbol.

    3.) Set the sub menu styling on Enfold > Advanced Styling panel. Edit the Main menu sublevel Links element.

    Regards,
    Ismael

    #406454

    Hello,

    Thanks for your quick answer.

    1. it worked but as soon as i did step 2 and 3 its came back the way it was.
    i didn’t manage to find the correct menu item number.
    I’m not sure that’s the problem but it’s my guess…

    2. Perfect thx

    3. Perfect thx.

    #406458

    Hey!

    Please try adding !important rule as following

    #menu-item-478 ul.sub-menu {
      right: auto;
      left: -130px!important;
    }

    Regards,
    Yigit

    #412900
    This reply has been marked as private.
    #413377

    Hey!

    Try adding the following to Quick CSS under Enfold–>General Styling:

    #mobile-advanced ul a {
      padding-left: 160px;
    }

    Best regards,
    Rikard

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