Link to home
Start Free TrialLog in
Avatar of Nathan Riley
Nathan RileyFlag for United States of America

asked on

Problem with sidebar

On http://hmetradeshows.com/ the right sidebar keeps appearing down below but should be up level with the rest can anyone tell me what I need to change in the code?

ASKER CERTIFIED SOLUTION
Avatar of AlanNMMX
AlanNMMX
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nathan Riley

ASKER

Eh, made one more change and happened again.  If you are still reading this could you look again?  Happened after I changed the center box from left align to center.  Thanks.
Hi, from what I can see you will need to change the following in the HTML file.
<div id="content" class="center" role="main">

Open in new window

to
<div id="content" class="fleft" role="main">

Open in new window


And remove the following lines.
<div class="navigation clearfix">
			<div class="fleft"></div>
			<div class="fright"></div>
		</div>

Open in new window


Normally you should create a new question once a question has been solved. My advice to you is always keep a backup of files you are editing no matter how small the change is.
Ok, thanks again.  I created a new question if you wouldn't mind helping me finish the last formatting issue here.  https://www.experts-exchange.com/questions/26859116/Center-Post.html