Can you provide us the URL of your site so that it would be easier for us to provide you the exact & correct solution? Thanks!
I don’t have the sidebar shown on all the pages. Below is a page that uses it.
Thanks.
That didn’t post the link like I wanted it to. Try this:
http://www.edventurelearning.com/student-resources/
You can just put the width according to your requirement in the below css. For example,
For sidebar:
#content > .col-sm-4 {
width: 30%; //according to requirement
}
For content:
#content > .col-sm-8 {
width: 70%; //according to requirement
}
Note: The sum of width of sidebar & content should make 100%.
Hope that helps!
That code seemed to work. Thank you for the help.
Ok…If you have further more issues, kindly post it.
Cheers!