Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193528

    Hi,

    I don’t know really how to explain that in english..
    I would like to know if it’s possible to reduce the space between the text in my menu and the navigation bar that move when you move your mouse on each word in that menu..

    And is it possible to disable that pink line???

    Please find a screenshot here.
    https://www.dropbox.com/s/syksg7ajr56j4uz/mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg

    Kind regards,

    Delphine

    • This topic was modified 10 years, 11 months ago by Delphiine.
    #193714

    Hey Delphiine!

    Can you please give us a link to the page? Are you using a “Small fixed header”?

    You can add this on your custom.css or Quick CSS to move the main menu:

    .main_menu {
    top: 20px;
    }

    You can disable the pink line or hover effect using this:

    .avia-menu-fx {
    display: none !important;
    opacity: 0 !important;
    }

    Best regards,
    Ismael

    #195349

    Hi Ismael,

    Thanks for the css
    It’s working fine

    Kind regards

    Delphine

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘reduce space in menu’ is closed to new replies.