Hello @elaseca,
Please add this to Customize => Additional CSS:
@media (min-width: 940px) {
.blog .sidebar { width: 30%;}
.blog .content-area { width: 70%; }
}
Let me know how it goes!
Thanks!
I added the CSS.
I am experiencing weird issues in the sidebar.
The customizing has changed the the width of the sidebar in the general blog page (see here https://developingthebusiness.com/blog/) but not in the individual posts (example: https://developingthebusiness.com/5-lecturas-para-las-vacaciones/)
🙁
@elaseca
Please add this:
@media (min-width: 940px) {
.single .sidebar { width: 30%;}
.single .content-area { width: 70%; }
}
Let me know!