• Resolved nattycla

    (@nattycla)


    Hi,

    thanks for the great theme!

    I’ve just one issue with the right sidebar. On mobile devices in portrait format it works just fine: the information appears at the bottom of the side and the extra menu changes into a select menu. But in the mobile landscape format on tablets the content is completely gone. Website is https://hno-ammersee.de.

    Please help me out to resolve this. Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @media all and (max-width: 1023px) and (min-width: 640px) {
       .sidebar {
            float:left;
        }
    }

    Try adding that to the bottom of your style.css file.

    Thread Starter nattycla

    (@nattycla)

    Thanks for the advice, but it didn’t help.

    if you look in your tablet.css file there is this line that is overriding it:

    .sidebar {  float:none !important;  margin:0 !important;width:auto !important; }

    change it to read:

    .sidebar { float:left !important; margin:0 !important;width:auto !important; }

    Thread Starter nattycla

    (@nattycla)

    that did the trick! Thank you very much for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right sidebar disappears on mobile landscape format’ is closed to new replies.