Move Mobile Menu to left (Icon)

hi there,
would you have a little css for me to move the mobile menu to the left (Icon)?
thanks so much! kai

Hi There @iTurtle

Thanks for writing in! I’m not sure how your current header looks like. Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and adjust your custom CSS rules accordingly.

#x-btn-navbar {
    float: left !important;
}

If you’re still having issues, please provide us with your example site URL to assist you further.

Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

Thanks!

dear @mldarshana,
thanks a lot for your help! that is just what i was looking for :smiley:
have a great day! kai

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.