Hello there,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (min-width: 992px) {
#primary.content-area,
#secondary.widget-area {
width: 50%;
}
#secondary.widget-area > aside {
max-width: 50%;
float: left;
}
}
Regards,
Kharis
Thread Starter
vnslva
(@vnslva)
Thanks but now it looks weird as well.
The sidebar is wider, but the two pictures are next to each other, instead of being one after the other.
Hello there,
Try replacing the code I suggested with this one:
@media only screen and (min-width: 992px) {
#primary.content-area {
width: 60%
}
#secondary.widget-area {
width: 40%;
}
}
Regards,
Kharis