Giulio Piovesan
asked 8 years ago

Hello.
I would like to know how to delete the secondary sidebar, or just fix the issues that you can see here: http://www.rtevnts.com/sample-page/. In particular, I would like to have the same space between the secondary sidebar and the black border of the page’s text as that between the latter and the main sidebar on the left. Then, I would like to know how to prevent the elements inside the secondary sidebar from flowing into each other. Finally, I would like to have the search box in the secondary sidebar at the same height as the grey bar on the left.
Thanks!

3 Answers
DominicStaff
answered 8 years ago

Please send me usename & password of your site for further checking, or if you want to remove the sidebar, you can add the following code to the style.css file:

#sidebar-secondary {

 display: none;
}

#content {

 max-width: 100%;

}
Giulio Piovesan
answered 8 years ago

Thanks! It had to do with the template.css file. I messed it up somehow, so I uploaded again the original one and it fixed the problem.

DominicStaff
answered 8 years ago

Congratulation! If you have any issue or question, please don’t hesitate to contact me, I will help you resolve it.

Powered by DW Question & Answer Pro