• I’m trying desperately to add a sidebar to an already existing 1 column template. I’m fairly familiar with coding, have done some changes already to the original theme, I just cannot figure this out. The sidebar contents are currently in near the footer, I just want to pop it up as a right sidebar. Please help? Here’s my site https://www.UNIQLOVEblog.com

Viewing 1 replies (of 1 total)
  • Hi

    You have your sidebar inside the #content div. That is the problem. Pit a wrapper around #content and put #sidebar after #content closes

    <div id="content-wrap">
    <div  id="content">
    ....
    </div> <!-- #content -->
    <ul id="sidebar">
    ....
    </ul>
    </div> <!-- #content-wrap -->
Viewing 1 replies (of 1 total)
  • The topic ‘1 column to 2?’ is closed to new replies.