Title: Fix Side Bar Postition
Last modified: August 20, 2016

---

# Fix Side Bar Postition

 *  [ShadowRunSucks](https://wordpress.org/support/users/shadowrunsucks/)
 * (@shadowrunsucks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/fix-side-bar-postition/)
 * You Can See The Sidebar Conflicting With My Main Content on The Home Page Here
   
   [http://gsgaming.netne.net/#](http://gsgaming.netne.net/#)
 * How Can I Move It Over Everything I Tried To Do Has Had No Effect
    Heres The 
   [CSS Code](http://pastebin.com/F913ufir)

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

 *  [loughcorrib](https://wordpress.org/support/users/loughcorrib/)
 * (@loughcorrib)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/fix-side-bar-postition/#post-2864936)
 * try position absolute and set top and right
 *  Thread Starter [ShadowRunSucks](https://wordpress.org/support/users/shadowrunsucks/)
 * (@shadowrunsucks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/fix-side-bar-postition/#post-2864991)
 * I put it under The .sidebar if so then it didnt work
 * enless i was supposed to put it else where
 * I Used
 *  position: absolute;
    top: 0; Right: 0;
 * I also messed with values and didnt notice any changes
 *  [loughcorrib](https://wordpress.org/support/users/loughcorrib/)
 * (@loughcorrib)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/fix-side-bar-postition/#post-2865047)
 * Here is one I’ve been messing with works for me You can uncomment float and change
   the colours, positions to suit.
 *     ```
       .sidebar{
       	background-color:#7AC5CD;
       	width:207px;
       	right:3px;
       	top:118px;
       	margin:3px;
       	/*float:right;*/
       	padding:5px;
       	border:1px solid #104E8B;
       	position:absolute;
       }
       ```
   

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

The topic ‘Fix Side Bar Postition’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [content](https://wordpress.org/support/topic-tag/content/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [home](https://wordpress.org/support/topic-tag/home/)
 * [move](https://wordpress.org/support/topic-tag/move/)
 * [Setup](https://wordpress.org/support/topic-tag/setup/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 3 replies
 * 2 participants
 * Last reply from: [loughcorrib](https://wordpress.org/support/users/loughcorrib/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/fix-side-bar-postition/#post-2865047)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
