Adventure theme menus are not mobile friendly

Home Forums All Themes Questions Adventure theme menus are not mobile friendly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4422
    abhishek negi
    Participant

      Website link: http://iampahadi.in

      Menus in mobile are so close if i click on blog most of the time it opens contact us.

      Add enough space between menus for mobile browsers.

      PS: dont use mobile view in desktop try browsing from mobile

      #4427
      Forum Moderator
      Moderator

        Hi,

        Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

        @media screen and (max-width:767px) {
        .sidr ul li { margin: 10px 0;}
        .sidr ul li a {padding: 0 20px;}
        }

        Regards,
        Shri

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.