Site logo

Archived topic

Remove right sidebar on tablet

2 replies · Started by Anders Nielsen on May 16, 2021

Viewing posts 1–3 of 3

Ok, I ran into a new issue.

The right sidebar needs to be removed on tablet - or make the breaking point adjustet as mobile..

I have tried the generatepress admin setting.. but no luck.

How do I change the breaking point to make the tablet view ( right bar ) break like mobile view?

Solved...

Used:

@media (max-width: 1200px) {
.site-content {
flex-direction: column;
}

.site-content .content-area,
.site-content .sidebar {
width: 100%;
}
}

Glad to hear you found the solution

This archived topic is closed to new replies.