Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1340741

    Hi dear Kriesi-Team,

    I was wondering how could I disable the horizontal scrolling option on my mobile version?

    View post on imgur.com

    Thank you very much,

    Best,
    Veronika

    #1340818

    Hey Veronika,

    Please try to add this CSS code in Quick CSS:

    @media only screen and (max-width:767px) {
      #av-burger-menu-ul .menu-item-4053:before {
        width: 100%;
      }
    
      .responsive #top .cart_dropdown {
        display: none;
      }
    }

    Best regards,
    Nikko

    #1341081

    Hi Nikko,

    thank you, it worked perfectly but unfortunately my logo is now very small, how could I make it bigger? https://imgur.com/Q9R8FtX

    Thank you very much,
    Best,
    Veronika

    #1341151

    Hi,

    I added following code to Appearance > Custom CSS

    @media only screen and (max-width: 480px) { 
    	#av-burger-menu-ul .menu-item-4053:before {
    			background-size: 150%;
    		}
    }

    Please review your website :)

    Best regards,
    Yigit

    #1341154

    Yigit!

    It’s absolutely perfect! Thank you so so much! You can close this now.

    Best,
    Veronika

    #1341156

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘horizontal scroll on mobile menu’ is closed to new replies.