CHANGE MOBILE MENU POSITION ELEMENTS - by Andres

This topic has 3 replies, 3 voices, and was last updated 2 years, 2 months ago ago by John Holden

  • Avatar: Andres
    Andres
    Participant
    February 23, 2022 at 20:50

    I WANT TO ADD MORE ELEMENTS TO THE MOBILE MENU BUT PLACING IT AT THE BOTTOM OF THE MOBILE MENU.

    LIKE IN THE IMAGE

    https://prnt.sc/aT-vbVoruSal

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2022 at 15:20

    Hello,

    Header builder > Mobile menu > Elements
    If you want to get more options, submit a request here – https://www.8theme.com/taskboard/

    Regards

    Avatar: John Holden
    John Holden
    Support staff
    February 24, 2022 at 15:33

    Hello,

    You can use this custom CSS code to move the social media to the bottom:
    WP Dashboard > Appearance > Customize > Custom CSS:

    .et_element.et_b_header-socials.et-socials.flex.flex-nowrap.align-items-center.justify-content-center.flex-row {
        position: absolute;
        bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    Please keep me posted.
    Regards,

  • Viewing 3 results - 1 through 3 (of 3 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.