Jump to content

[SOLVED] Product page layout messed up


Recommended Posts

I've solved this problem. It was so simple :)

In the global.css file, I replaced this

}
#center_column {
   width: 555px;
   margin: 0 0 30px 0;
}



with this

}
#center_column {
   width: 556px;
   margin: 0 0 30px 0;
}



:cheese:

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...