Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #71367
    David Thompson
    Participant
    Premium Member

    I would like to have the mobile menu “hamburger” button positioned to the right (next to the search icon) in order to allow a larger mini logo, is this possible?

    I’d also like the social icons positioned right as well

    https://www.reachinghappy.com

     

    #71370
    vako
    Keymaster
    Premium Member

    Hi David,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .mobile-menu-btn {

    float: right;

    margin-right: 30px;

    }

     

    Kind Regards

    #71374
    David Thompson
    Participant
    Premium Member

    Thank you, that’s great!

    Any chance we could position the mobile social buttons to the left or right as well please?

    #71379
    vako
    Keymaster
    Premium Member

    Hi David,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 979px) {

    .top-bar-socials {

    float: right !important;

    }

    }

     

    Kind Regards

    #71383
    David Thompson
    Participant
    Premium Member

    Thanks very much!

    #71386
    vako
    Keymaster
    Premium Member

    You are welcome.

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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