Jump to content

right column won't behave!!!


Recommended Posts

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.

27808_5els2LnQ18WNExVpSpCj_t

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...