Title: Sidebar &#8211; Default Position
Last modified: March 30, 2018

---

# Sidebar – Default Position

 *  Resolved [alisonatkin](https://wordpress.org/support/users/alisonatkin/)
 * (@alisonatkin)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/sidebar-default-position/)
 * Hello,
 * I have just installed Kale and so far I am really loving the clean simple lines
   of the design. I’ve been customising it to suit my needs, but I’ve recently noticed
   a quirk with one of my pages.
 * My ‘Blog’ page is set to the default page template. I would like to use the Sidebar–
   Default (without a border) and I’ve added the necessary widgets. However it appears
   to be positioned further to the left than I would expect. Is there a way change
   this so it appears at the righthand side of the page?
 * Many thanks,
    Alison
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsidebar-default-position%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/sidebar-default-position/#post-10131209)
 * Hello
 * Hope you are having a great day and thanks for contacting us!
 * Please go to WP Admin > Appearance > Customize > Additional CSS and inside that
   box, add the following code:
 *     ```
       .row {
           display: inline;
       }
       ```
   
 * ​Try it and let me know how it worked.
 * Kind regards,
    Diego
 *  Thread Starter [alisonatkin](https://wordpress.org/support/users/alisonatkin/)
 * (@alisonatkin)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/sidebar-default-position/#post-10131951)
 * Hello!
 * For some reason all that did was change the header – it moved my social media
   buttons from the left to the right?
 * a.
 *  Thread Starter [alisonatkin](https://wordpress.org/support/users/alisonatkin/)
 * (@alisonatkin)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/sidebar-default-position/#post-10132108)
 * Ah, okay. So I might have figured out what’s gone wrong – but I’ll be damned 
   if I can figure out how to solve it.
 * I have added a ‘blank page’ template to the theme folder, so that I can use it
   for my landing page (www.birchbark.co.uk). In order to set it up how I’d like,
   I’ve added some CSS (below). Obviously though (now) this is impacting the rest
   of the theme. Therefore, I’ve tried to add body-class signifiers in front (in
   this case .body.js #content) to avoid this CSS effecting anything else – but 
   when I do that, it seems to get over-ruled somewhere above and no longer appears
   the same.
 * It might be that this is well beyond your remit, since the only reason the sidebar
   isn’t where it’s supposed to be is because I have added in this additional page
   template and CSS for it.
 * —
 * html, body {
    width: 100%; height: 100%; margin: 0; padding: 0; } section { width:
   100%; min-height: 100%; display:table; height:inherit; } .row { width: 100%; 
   height: 100%; display:table-row; } .col-left, .col-right { display:table-cell;
   width: 50%; height: 100%; vertical-align:middle; } .col-left { background: white}.
   col-right { background: white; }
 * h1 {
    font-family: sans-serif; color: white; }
    -  This reply was modified 8 years, 1 month ago by [alisonatkin](https://wordpress.org/support/users/alisonatkin/).
 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/sidebar-default-position/#post-10134801)
 * You’re overriding html, body, row, and section classes/elements which we already
   reference in our theme. You’ll need to add very specific selectors specific to
   the page ID or body class.

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

The topic ‘Sidebar – Default Position’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/sidebar-default-position/#post-10134801)
 * Status: resolved