Razvan Andrei
asked 10 years ago

Hey,
How ca i remove the category sidebar from homepage? I want that my post to be wider. I did a screen for you, i want to remove the sidebar so the content will be wide as the red square.
Screen

1 Answers
DominicStaff
answered 10 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file: 

#side-content  {
    display: none;
    float: left;
}
#content {
    margin-right: 130px;
}
#main-content {
    float: left;
    margin-left: -210px;
}

Hope this helps !

Razvan Andrei
replied 10 years ago

Thx, it worked. I had to change some values in the template.css too.

Powered by DW Question & Answer Pro