Sidebar position in buddymatic
- 
		Hi I’m trying to create a new childtheme for buddymatic. But I have troubles adjusting the position of the things that should be in my sidebar. I have added the css and an image of the problem. I hope someone can take a quick peek at it and sugest a solution. #wrapper{ margin-left: auto; margin-right: auto; width:930px; background-color: #181c1f; padding:10px; } #primary { position:relative; background:#373636; float:left; display: inline-block; width:300px; top: 5px; } #secondary { position:relative; background:#373636; float:left; display: inline-block; width:300px; top: 5px; } #sidebar { position:relative; background:#373636; float:left; display: inline-block; width:300px; top: 5px; } #footer{ text-align:right; } 
- The topic ‘Sidebar position in buddymatic’ is closed to new replies.