Home Forums Basel support forum Mobile Menu Position

Mobile Menu Position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10797

    qmgroup
    Participant

    How do we change the location of the mobile menu to open from the left side …to the right side of the page?

    #10802

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    
    .mobile-nav {
    	left: auto;
    	right: 0;
    	transform:translate3d(270px, 0, 0);
    	-webkit-transform:translate3d(270px, 0, 0);
    	-ms-transform:translate3d(270px, 0, 0);
      	-sand-transform:translate3d(270px, 0, 0);
      
    }
    
    .act-mobile-menu .mobile-nav {
    	transform:translate3d(0, 0, 0);
    	-webkit-transform:translate3d(0, 0, 0);
    	-ms-transform:translate3d(0, 0, 0);
    	-sand-transform:translate3d(0, 0, 0);
    }
    

    Regards

    #10819

    qmgroup
    Participant

    Thanks that worked!

    #10832

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Mobile Menu Position’ is closed to new replies.