Site logo

Archived topic

Tablet Sidebar Visibility

7 replies · Started by Matt Stern on February 8, 2023

Viewing posts 1–8 of 8

Hi Matt,

What dimension for instance are you looking at for a tablet below 768px width?

Well, it's 35% on desktop, so maybe 25% or 30%. That would be around 200px at 768. Does that help?

Added via code snippets, but see no change to layout. I'll check back tomorrow to see if you have another idea, not a big deal if not. Thanks.

I see. Can you try adding this through Appearance > Customize > Additional CSS?:

@media (min-width: 768px) {
    body .site-content {
        flex-direction: row;
    }
}

Hi Fernando, I decided to set this aside for now. Thanks!

I see. You're welcome, Matt!

This archived topic is closed to new replies.