Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1270039

    Hi, I would like to know why you don’t see the responsive version of the sidebar menu on the right.
    I wish it could be seen on smartphone and tablet, below, just above the footer.
    Thanks

    #1270040
    This reply has been marked as private.
    #1270078

    Hi,

    Thanks for the login details. You have this CSS added in Quick CSS which is hiding the menu items:

    @media only screen and (max-width: 1024px) {
    .menu-item {
        display: none;
    }
    }

    Please remove that CSS, or alter it so that it only targets the elements which you want to remove.

    Best regards,
    Rikard

    #1270130

    The problem is that by deleting that CSS command, you see the sidebar menu on mobile, but the main menu at the top under the logo disappears .. how can I fix this?
    Thanks

    #1270223

    Ok, i fixed it.

    #1270293

    Hi,

    Great, I’m glad that you got things working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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