• Resolved wavo

    (@wavo)


    [Moderator note: Please don’t duplicate your thread]

    Hi,

    I am currently working on building a website with the Virtue Theme.

    The problem I am encountering is that when I view the site in mobile view the main tab menu is not responsive or clickable, and it is the same with the woocommerce products. This is confusing me as it means that it is not a problem with woocommerce and not a problem with the theme but a combination of the two.

    You can see my problem is you view the site below in mobile view.

    https://www.worldofmobility.org.uk

    Waiting for your replys

    Many thanks in advance

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you have’t defined a menu to be your mobile menu.

    Go to appearance > menus and assign a menu to the mobile navigation spot.

    The issue with not being able to click products is because of this css you added, it’s causing all the issues:

    #content .main {
    float: right;
    }

    If you want a left sidebar use the css stated in the FAQ:
    https://www.kadencethemes.com/frequently-asked-questions/

    @media (min-width: 992px) {
    body .main {float:right;}
    }

    Kadence Themes

    Thread Starter wavo

    (@wavo)

    You, Are Legends, I would have be searching for a long long time to figure that problem out with the css coding, as it seemed to work fine.

    LEGENDS

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Virtue Theme Mobile Problem’ is closed to new replies.