Title: Sidebar Help!
Last modified: August 20, 2016

---

# Sidebar Help!

 *  [xnightmare67x](https://wordpress.org/support/users/xnightmare67x/)
 * (@xnightmare67x)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/)
 * My site: [http://nightmarespsp.tk/](http://nightmarespsp.tk/)
 * My problem is the sidebar is randomly floating on the top right corner
    am trying
   to make it align next to my posts on the empty black space thanks in advanced.

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014433)
 * First start with moving your [Head Elements](http://www.w3schools.com/html/html_head.asp)
   into the `<head> ... </head>` section. They are currently in the `<body> ... 
   </body>` section.
 * Then assign `float: left;` to this CSS selector `.content`.
 * Then move
 *     ```
       <div id="sidebar"> ... </div>
       ```
   
 * Into
 *     ```
       <div id="main">
        <div class="container">
         ...
        </div>
       </div>
       ```
   
 * And above the footer.
 * E.g you want something like this
 *     ```
       <div id="main">
        <div class="container">
          ...
          <div id="sidebar">
           ...
          </div>
          <div class="footer">
           ...
          </div>
        </div>
       </div>
       ```
   
 *  Thread Starter [xnightmare67x](https://wordpress.org/support/users/xnightmare67x/)
 * (@xnightmare67x)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014443)
 * Thanks am sorry i seem to have done something wrong
    [http://nightmarespsp.tk/](http://nightmarespsp.tk/)
   i really appreciate it!
 * i uploaded my template files thought it might help
    [http://www.mediafire.com/?wm9mti2vzj6hdln](http://www.mediafire.com/?wm9mti2vzj6hdln)
 * _[ Please do not bump, that’s [not permitted here](http://codex.wordpress.org/Forum_Welcome#No_Bumping).]_
 *  [agauchepresscom](https://wordpress.org/support/users/agauchepresscom/)
 * (@agauchepresscom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014681)
 * I have an image in my right sidebar of 2010 I want to remove. How do I do that?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014682)
 * **@gauchepresscom**: Please post your own topic. Your question has nothing to
   do with the original poster’s.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014683)
 * agauchepresscom,
 * Can you create your own thread, stating in detail the problem and possibly linking
   your website in the process?
 *  Thread Starter [xnightmare67x](https://wordpress.org/support/users/xnightmare67x/)
 * (@xnightmare67x)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014693)
 * i was confused for a sec lol anyways ill wait patiently for help.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014694)
 * First validate your website
    [http://validator.w3.org/check?uri=http%3A%2F%2Fnightmarespsp.tk%2F&charset=%28detect+automatically%29&doctype=Inline&group=0](http://validator.w3.org/check?uri=http%3A%2F%2Fnightmarespsp.tk%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
 *  Thread Starter [xnightmare67x](https://wordpress.org/support/users/xnightmare67x/)
 * (@xnightmare67x)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014703)
 * Ok ill do that

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Sidebar Help!’ is closed to new replies.

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 8 replies
 * 4 participants
 * Last reply from: [xnightmare67x](https://wordpress.org/support/users/xnightmare67x/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-42/#post-3014703)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
