• Hi there,

    On the mobile version of my site I try to display the logo on the left and the menu icon (hamburger) on the right site. Is there any possibility?

    I am using Acoda You Theme.

    Thanks for your help!
    Best regards, Dominique

    • This topic was modified 4 years, 10 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Dominique!

    From the backend dashboard, please click on Appearance > Customize and add the following CSS in the “Additional CSS” section:

    @media(max-width:767px){
    .sticky-wrapper {
        float: left;
        position: absolute;
        top: 0;
    }
    
    ul.dock-panel.clearfix {
        text-align: right;
        top: 10px;
    }
    .dock-tab-wrapper.dock-menu.show {
        width: 100%;
    }
    }

    Don’t forget to click the blue “Save and Publish” button on the top to save changes!

    • This reply was modified 4 years, 10 months ago by cleancoded.
    Thread Starter 47grad

    (@47grad)

    Hi cleancoded!

    Thank you very much for your help!
    Best regards
    Dominique

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu not centered but right’ is closed to new replies.