Ask Me Help Desk
>
Computers & Technology
>
Programming
>
Markup Languages
>
CSS
> How do I fix my wordpress sidebar from showing below the content?
PDA
View Full Version :
How do I fix my wordpress sidebar from showing below the content?
jbellatl
Jun 7, 2011, 10:01 PM
Here is an example, www.jamisonbell.com/testing
dhairya94
Feb 11, 2014, 07:28 AM
Actually I didn't get your question...
But if you want to move your sidebar than
position:absolute;
left:_px;
top:_px;
width:_px;
height:_px;
Is required .