dead wrong Posted August 4, 2010 Share Posted August 4, 2010 For some reason my items that should be in the right column are showing up below everything else on the left hand side. I checked the css for the cell sizes and everything matches. I also checked to make sure the modules are anchored to the right HOOK. I still working through this learning curve so a little help is appreciated. Link to comment Share on other sites More sharing options...
dead wrong Posted August 4, 2010 Author Share Posted August 4, 2010 Im sorry but the (left column & right column) labels are switched in the picture. It's actually the right column thats just floating in the lower left corner. I was kind of tired when i posted the picture...lol Link to comment Share on other sites More sharing options...
kennyh Posted August 4, 2010 Share Posted August 4, 2010 ensure the page width is correct , center column 'float-left', and right column 'float-left' clear:none Link to comment Share on other sites More sharing options...
dead wrong Posted August 5, 2010 Author Share Posted August 5, 2010 the code all looks fine. it's set up off the base template. thanks for the tips though. #page { width: 968px; background: #fff; margin: 0 auto 2px auto; text-align:left; padding: 0 5px; } h1#logo {} #header { margin:0 auto; padding-top: 373px; position: relative; width: 968px; background-image:url(http://farm5.static.flickr.com/4123/4859362252_59180cc5ee_b.jpg) } #left_column, #center_column, #right_column { float:left; } #left_column { clear:left; width:191px; padding-right: 15px; } #center_column { width: 556px; } #right_column { width: 191px; padding-left: 15px; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now