How to remove sidebar space on post page

Hi carmen,

I think you forgot to insert the following code:

/*** Hide Sidebar ***/
#sidebar {display:none;}

Access the file that you edited and insert it at the end, so it should look something like this:

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to full width ***/
@media (min-width: 981px){
#left-area {
width: 100%;
padding: 23px 0px 0px !important;
float: none !important;
}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}

Cheers

This publication has been modified on 2 years ago 2 times by

AnswerQuote

Answered : 11/24/2020 10:12 pm

See also  Error with tablepress-responsive-table.zip: Cannot restarti...
Loading Facebook Comments ...
Loading Disqus Comments ...