Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Breeze WordPress Theme :: Thread
Centering content for Jigoshop
Hello, since installing the new template all the Jigoshop content which was first centered in the page is floating on the left side of the website. The normal page content works fine. How do I get Jigoshop content page to align like everything else?
Thank you
/// IGNORE! That issue has been solved!
If anyone else is having this problem just add the following to the CSS
#container {
width: 960px;
position: relative;
margin: 0px auto;
padding: 10px 0px 0px;
}