Site logo

Archived topic

Adjust post sidebar responsive

2 replies · Started by David Jiménez on May 9, 2022

Viewing posts 1–3 of 3

Hi there,

add this CSS:

@media(max-width: 1024px) and (min-width: 768px) {
    #content .content-area {
        width: 80%;
    }
    #right-sidebar {
        width: 20%;
    }
}

Thanks, works great for me

This archived topic is closed to new replies.