Jump to content

explorer problem


Recommended Posts

hi
i'm using prestashop v1.1 and i installed blue theme then i changed it and it looks very nice in firefox but when i open it in internet explorer it looks very bad what's the problem? how can i solve it?
thanks

www.zirveakademi.com


Hi,

I installed the Blue Theme as well and it looks better in Firefox, mine looks good in IE too,

except it needs a little tweaking. The spacing is off a little bit.

He did a good job overall with the Theme, I like the Oval Product Design.

The Theme also needs better Icons.

Thanks,

JB
Link to comment
Share on other sites

Hi,

In your global.css file (themes/css/global.css)

find at line 215,

#left_column {
clear:left;
padding-left:5px;
padding-right:15px;
width:190px;
}

Change to,

#left_column { 
clear:left;
padding-left:5px;
padding-right:15px;
width:190px;
position: relative;
top:220px;
}



It should work.

Cheers..

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