Archived topic
Sidebar underneath instead of besides content
1 reply · Started by Bram vd Veer on April 23, 2015
Hi!
On my website sidebar is for some reason underneath the content while I want it next to it.
This is random on different pages which seem to have fairly similar content.
I tried changed content spacing addon but it didn't solve the problem so far.
What could be the possible solution to this problem?
Thanks in advance :)
Hi there,
This usually happens when you have an unclosed </div> tag somewhere in your content.
On the pages where this is happening, look in the content and make sure that for every <div>, there's a closing </div>. Same goes for anything else - if it opens, it needs to close.
Leaving element unclosed disrupts the flow of the HTML and can cause issues like this.
Let me know :)