help with alignment of side bar
-
Hi
I am attempting my first child theme to make my blog page look like the rest of my website.I’ve been getting on really well but I’ve done something in the css of the side bar that means its now displaying under the body rather than next to it (although in the right location on the right hand side of the page!!)
Is anyone able to help me understand where I’ve gone wrong please? CSS is copied below but if any further info is required please just let me know. Page link is https://jamieflynnbase.com/blog/?p=1
div.sidebar { float:right; overflow:hidden; width:250px; min-height: 100%; background-color:rgba(0,45,80,0.6); margin:0 80px 0 150px; border: 30px solid rgb(0,45,80); border: 30px solid rgba(0,45,80,0.6); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ border-radius:25px; } * html #container { height: 100%; }
Many thanks
Jo
- The topic ‘help with alignment of side bar’ is closed to new replies.