Home › Forums › CSS › wordpress, impossible to remove spaces, why ? › Reply To: wordpress, impossible to remove spaces, why ?
June 9, 2017 at 12:04 am
#255736
Member
As for making the sidebar wider….the left side is set at 80% and the sidebar 20%…so you’d have to change those.
body #page-container #left-area {
width: 80%;
}
body #page-container #sidebar {
width: 20%;
}
I imagined this is in your template somewhere but there seems to be a boatload of styles in the head
of the page…not sure that’s normal.
<style id="theme-customizer-sidebar-width-css">
body #page-container #sidebar { width:20%; }
body #page-container #left-area { width:80%; }
.et_right_sidebar #main-content .container:before { right:20% !important; }
.et_left_sidebar #main-content .container:before { left:20% !important; } </style>