Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to move sidebar from bottom to left


modemlooper
Moderator

@modemlooper

You shouldn’t start a new thread for the same issues.

The problem with your layout is this. Your container is inside a div with inline styles. Your container div for your WP theme has no id and inline styling. Then you have the BP files shoved inside that.

< div some inline style
< div some inline style
** then you have
< div container
< div content

The container should be the outside of your theme holding it all together. Also looks like the sidebar is outside the container.

Skip to toolbar