Remove Empty Space on Mobile Menu Above Newsletter Link

This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: bluehiveinteractive
    BHI
    Participant
    March 28, 2018 at 23:19

    How can I remove the empty link space between the last link in the menu and the insertion of the Newsletter link see link to screen shot in private info.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 29, 2018 at 07:28

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .mobile-menu-wrapper .links {
        margin-top: 0px;
    }
    .mobile-menu-wrapper .menu {
        margin-bottom: 0px;
    }
    .mobile-menu-wrapper .menu > li:last-child {
        border-bottom: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.