Home Forums Basel support forum Navigation not showing on mobile

Navigation not showing on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2470

    autoroot
    Participant

    Hello once again, I have encountered another problem.

    The navigation won’t display on mobile devices.

    #2477

    Artem Temos
    Keymaster

    Hello,

    We have found the following CSS code on your web-site that hides right column on mobile including menu button. Try to add the following code snippet for mobile devices in Theme Settings -> Custom CSS

    .right-column {
        display: table-cell!important;
    }

    Regards

    #2480

    autoroot
    Participant

    Thanks, works like a charm!

    #2485

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Navigation not showing on mobile’ is closed to new replies.