Jump to content

Product page has everything aligning left in IE


Recommended Posts

Not sure If you know this but in Google Chrome everything looks great, page is centered but the error in above post is still there.

Look just below in the center of page above footer and you should see it.

Also in IE the forum is aligned to the left and in Chrome it is centered an just be an IE issue as IE has trouble with CSS files.

Try this in the back office under preferences/ performance change the following settings.

I do not know if this will help but worth a try.

 

Smart cache for CSS

Use CCC for CSS.

Keep CSS as original

Smart cache for JavaScript

Use CCC for JavaScript.

Keep JavaScript as original

Minify HTML

Minify HTML after "smarty compile" execution.

Keep HTML as original

Compress inline JavaScript in HTML

Compress inline JavaScript in HTML after "smarty compile" execution

Keep inline JavaScript in HTML as original

High risk HTML compression

HTML is compressed but cancels the W3C validation (only when "Minify HTML" is enabled)

Keep W3C validation

Link to comment
Share on other sites

Yea I see that when I pasted it looked fine did not view post after posting sorry.

 

 

Here is something to try edit your global.css file and find the Body section and add text-align: center; should look like this when finished.

 

Body

{

padding-bottom : 0px ;

margin : 0px ;

padding-left : 0px ;

padding-right : 0px ;

padding-top : 0px ;

text-align : center ;

}

 

I see issues with this also you would have to edit other files and add text align left to correct so may not be the best.

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