Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

VW Eco – Mobile

Home Forums VW Theme VW Eco – Mobile

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #28282
    Liam Horsfield
    Participant

    Good morning,
    Recently my website has started showing the menu item in the wrong place on my mobile website which has rendered it useless as you cant click on the item.

    Regards

    Echost.org

    #28298
    developer vwtheme
    Participant

    Hi,

    Thanks for choosing us!

    Please follow the below steps to show mobile menu

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 1000px){
    .sidenav .closebtn {
    top: -12px;
    }
    #mySidenav {
    top: 0;
    }
    .sidenav {
    left: unset;
    }
    .sidenav {
    background: rgba(0,0,0, 0.9);
    }
    }

    If you need any other help, do let us know.

    Thank You

    #28340
    Liam Horsfield
    Participant

    We are almost there with the appearence of the site, but now the menu loads on each page load. Each time you click a new button on the menu it loads the menu to the left of the screen – this should be hidden until the user clicks the “Burger” icon.

    Regards

    Liam

    #28430
    developer vwtheme
    Participant

    Hi,

    Thank You for choosing us!

    Have you changed anything in the code?

    Thank You

    #28616
    Liam Horsfield
    Participant

    I have some code which I have added to additional css as the plugin doesn’t colour buttons etc correctly but I have tried removing these to see if it makes any difference.

    #28698
    developer vwtheme
    Participant

    Hi,

    Thanks for the reply.

    Have you tried to add the basic theme again?

    Thanks!

    #28754
    Liam Horsfield
    Participant

    I have completedly removed the Sirat theme and reinstalled it then disabled and re-enabled the Eco theme.

    #28764
    Liam Horsfield
    Participant

    I added the below into your code:

    Width:0

    Seems to be working now

    #28782
    developer vwtheme
    Participant

    That’s Great!

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