Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wordpress, impossible to remove spaces, why ? Reply To: wordpress, impossible to remove spaces, why ?

#255736
Paulie_D
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>