I want to reduce the width of the widget sidebar on my homepage. I tried your CSS code, but changing the parameters did not change the widget sidebar width. I tried many combinations: 90:10, 50:50, etc. Please advise.
}
@media only screen and (max-width: 1170px){ .container.penci_sidebar #main{ width: 80%; } .penci-sidebar-content{ width: 20%; } }
I want to reduce the width of the widget sidebar on my homepage. I tried your CSS code, but changing the parameters did not change the widget sidebar width. I tried many combinations: 90:10, 50:50, etc. Please advise.
}
@media only screen and (max-width: 1170px){
.container.penci_sidebar #main{ width: 80%; }
.penci-sidebar-content{ width: 20%; }
}
Hi,
Please use this code to do that:
Best Regards,
PenciDesign