Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #404186

    Hi all,

    I have been developing a website using Enfold Photography theme for my client.

    I have observed that on Smartphone, it gets responsive. there is a Sidebar option button alongside the header adjacent to LOGO of the website.

    But also you can view the sidebar menu when you slide the page to left. My client doesnt like that. He just wants the menus to pop up only on clicking the menu button option on the header.
    Could you tell me how can i disable the slide option for menu,?

    PFA the link of the image showing the slide menu on smartphone

    Thanking you in advance

    #404613

    Hi sagarbekal!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Issue will be fixed on upcoming update.

    Cheers!
    Yigit

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