Sidebar Help!
-
My site: http://nightmarespsp.tk/
My problem is the sidebar is randomly floating on the top right corner
am trying to make it align next to my posts on the empty black space thanks in advanced.
-
First start with moving your Head Elements into the
<head> ... </head>section. They are currently in the<body> ... </body>section.Then assign
float: left;to this CSS selector.content.Then move
<div id="sidebar"> ... </div>Into
<div id="main"> <div class="container"> ... </div> </div>And above the footer.
E.g you want something like this
<div id="main"> <div class="container"> ... <div id="sidebar"> ... </div> <div class="footer"> ... </div> </div> </div>Thanks am sorry i seem to have done something wrong
http://nightmarespsp.tk/ i really appreciate it!i uploaded my template files thought it might help
http://www.mediafire.com/?wm9mti2vzj6hdln[ Please do not bump, that’s not permitted here. ]
I have an image in my right sidebar of 2010 I want to remove. How do I do that?
@gauchepresscom: Please post your own topic. Your question has nothing to do with the original poster’s.
agauchepresscom,
Can you create your own thread, stating in detail the problem and possibly linking your website in the process?
i was confused for a sec lol anyways ill wait patiently for help.
Ok ill do that
The topic ‘Sidebar Help!’ is closed to new replies.