Title: Sidebars!
Last modified: August 19, 2016

---

# Sidebars!

 *  [inauspicious](https://wordpress.org/support/users/inauspicious/)
 * (@inauspicious)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/)
 * I first want to say that I love this theme! The only thing I would adore even
   more would being able to move one of the sidebars over so the main part of the
   page is inbetween them both.
 * Is there an easy way to do this or am I asking the impossible? (not really the
   impossible more like the pain in the ass)
 * Thanks for any help!

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

 *  [ifcure08](https://wordpress.org/support/users/ifcure08/)
 * (@ifcure08)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115245)
 * You can always do it – but it depends on the theme – as far as how much work 
   it will be to change the css… Usually it is easy, what is the theme?
 *  Thread Starter [inauspicious](https://wordpress.org/support/users/inauspicious/)
 * (@inauspicious)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115253)
 * the theme is the col-rdmban-rr in the tag on the side. Have you used that theme
   at all. I’ve looked at the code and I have very **basic** knowledge so I’m not
   completely hopeless. I was just wondering/hoping someone with this specific theme
   could offer me some advice or assistance on these sidebars.
 *  [ifcure08](https://wordpress.org/support/users/ifcure08/)
 * (@ifcure08)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115257)
 * If you posted a link to your site. it would be easy to test a new setup… Not 
   a lot of people I can see using this theme.
 *  Thread Starter [inauspicious](https://wordpress.org/support/users/inauspicious/)
 * (@inauspicious)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115284)
 * i can’t post the link right now due a few things. I’m think i’m just going to
   have to think really hard about if moving a sidebar like this is worth it. Thanks
   anyway!
 *  Thread Starter [inauspicious](https://wordpress.org/support/users/inauspicious/)
 * (@inauspicious)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115492)
 * I’ve given up on changing my sidebars around. The whole thing is to complicated
   and its starting to grow on me that they’re together instead of seperate. I’ll
   live.
 * I now have a side bar question that I think is more general coding than this 
   template specific.
 * What I want to do is edit the sidebar.php file to always have an image showing
   at the top without having to insert the HTML into a text witdget. The widget 
   solution work but I think it’s a little unsophisticated(if that’s the right word?).
 * I tried to put in the code that I understand but it never worked. It’s working
   in the text widget. So any help to get it to work inside the php file would be
   greatly appreciated!
 *  [ericcrooks](https://wordpress.org/support/users/t4kteek/)
 * (@t4kteek)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115518)
 * Hey inauspicious,
 * I’m Eric, the author of 3COL-RDMBANRR, and I have a [Support Forum](http://www.ericcrooks.com/support)
   for any questions/comments/concerns about all of my themes. Since you’re already
   asking your questions here I’ll go ahead answer them here as well.
 * There are 6 files you’ll have to edit if you want to move the sidebar to end 
   up with a [sidebar] [content] [sidebar] layout: **404.php, archive.php, index.
   php, page.php, search.php, and single.php**. I know it sounds like a lot, but
   you’re only going to move around 1 short line of code.
 * Start with 404.php. Open up that file and find this code:
 *     ```
       <?php include ('sidebar1.php'); ?>
       ```
   
 * Take that code and move it ABOVE this code:
 *     ```
       <div id="content">
       ```
   
 * Repeat this step for the other 5 files. When you’re done you should have code
   looking like this:
 *     ```
       <?php include ('sidebar1.php'); ?>
       <div id="content">
       ```
   
 * My time is currently limited right now so I’ll have to get back to you on that
   image problem you’re having with the text widget.
 *  [drkglb](https://wordpress.org/support/users/drkglb/)
 * (@drkglb)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115535)
 * Hi!
 * I’ve done so as well (moving sidebar 2 on the other side of the main column).
   It looks fine now, the only thing I’d still like to change is I’d like the sidebar
   background color to go down to the footer – not stop after the last widget… (
   am I clear?)
    check [http://www.darkglobe.fr](http://www.darkglobe.fr)
 * Does anyone know how to do this?
 * Thanks a lot!
 *  [drkglb](https://wordpress.org/support/users/drkglb/)
 * (@drkglb)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115538)
 * …no one?

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

The topic ‘Sidebars!’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 4 participants
 * Last reply from: [drkglb](https://wordpress.org/support/users/drkglb/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/sidebars/#post-1115538)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
