Okay
  Public Ticket #3831880
Mobile Menu Align Right
Closed

Comments

  •  3
    Revisemarketing started the conversation

    Hi! Is it possible to align the hamburger menu to the right instead of the left in the Mobile Header Layout type 'centered'?

  •  3,106
    Andrew replied

    Hi there,

    Thank you for reaching out to us.,

    Try switching to this layout in the Salient > Header Navigation > Mobile Header.4228315910.png

    Try this and let us know how it goes.

    Regards,

  •  3
    Revisemarketing replied

    Hi Andrew, 

    Yes I saw that option, but i would like my logo to stay in the middle. 

    Regards, 

    Mathilde

  •  9,118
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 999px) {
        #header-outer #top .row .col.span_9 {
            flex-direction: row-reverse !important;
        }
    }
    
    

    Thanks


    ThemeNectar Support Team 

  •  3
    Revisemarketing replied

    Hi Tahir, 

    That works, thanks so much! 

    Regards, 

    Mathilde