Jump to content

New user, problems with installed theme


Recommended Posts

I recently bought and installed the theme this-is-halloween, and it's coming up right justified rather than center. (I'm just starting out, so those are still the default products.)

 

http://www.sunspotdesigns.com/newsite/

 

Also, I uploaded my logo, and it shows in the PrestaShop default theme, but doesn't show in the new theme I bought.

 

My host is BlueHost.

Link to comment
Share on other sites

I hope you didn't spend much on the theme ;)

 

The theme aside you can fix your problem by changing

#page {
   background: url("../img/page.png") repeat-y scroll center top transparent;
   float: right;
   margin: 0 10px;
   text-align: left;
   width: 951px;
}

 

to this

#page {
   background: url("../img/page.png") repeat-y scroll center top transparent;
   margin: 0 auto;
   text-align: left;
   width: 951px;
}

 

That will get your page centered. However, you have other problems that will need to addressed as well.

 

Best of luck.

 

Marty Shue

Link to comment
Share on other sites

I hope you didn't spend much on the theme ;)

 

The theme aside you can fix your problem by changing

#page {
background: url("../img/page.png") repeat-y scroll center top transparent;
float: right;
margin: 0 10px;
text-align: left;
width: 951px;
}

 

to this

#page {
background: url("../img/page.png") repeat-y scroll center top transparent;
margin: 0 auto;
text-align: left;
width: 951px;
}

 

That will get your page centered. However, you have other problems that will need to addressed as well.

 

Best of luck.

 

Marty Shue

 

Thank you! That worked - will keep trying to figure out the rest. Anybody else know how I can widen the columns and get it to accept my logo?

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