Forums

1 column to 2? (2 posts)

  1. UNIQLOVE
    Member
    Posted 1 year ago #

    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 http://www.UNIQLOVEblog.com

  2. stvwlf
    Member
    Posted 1 year ago #

    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 -->

Topic Closed

This topic has been closed to new replies.

About this Topic