• How can I change the mobile menu to where the user will not have to scroll to see all the pages?

    I’m running WordPress on a localhost so I don’t have a link.

Viewing 1 replies (of 1 total)
  • Theme Author themeshopy

    (@themeshopy)

    Hello @carter92j,

    Add the below CSS code in Additional CSS for that go to Dashboard >> Appearnace >> Customize >> Additional CSS >> Paste the below CSS >> Publish it.

    .main-menu-navigation {
    max-height: unset;
    overflow-y: hidden;
    scroll-behavior: auto;
    }
    #contact-info {
    position: static !important;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit Mobile Menu’ is closed to new replies.