Archived topic
Adjust post sidebar responsive
2 replies · Started by David Jiménez on May 9, 2022
Viewing posts 1–3 of 3
Greetings,
I need to adjust the width of the right bar of my posts, I have it set to 15% for desktop, but on tablets it does not look good. I would like to adjust it to 15% for desktop and 20% for tablets. Can you help me please?
https://test4.brickcontrol.com/es/insights-success-brickcontrol-es-el-sistema-mas-facil-y-eficiente-para-la-gestion-de-construccion/
Thanks in advance,
David Jiménez
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.