You are here:  » Featured Products Not Centred in IE

Support Forum



Featured Products Not Centred in IE

Submitted by Gobbo on Mon, 2012-01-09 18:39 in

David,

I noticed Featured Products is centred in all browsers apart from IE on {link saved}. Would you know why this is?

Gobbo

Submitted by support on Mon, 2012-01-09 18:54

Hi Gobbo,

In default.css, in addition to the default margin:auto; against .featured table; in the .featured class definition on its own which is currently line 66:

.featured {
}

...try replacing that with:

.featured {
  text-align: center;
}

Don't forget to do a hard refresh (CTRL+F5) in your browser after changing CSS to ensure that all files are reloaded by the browser...

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by Gobbo on Mon, 2012-01-09 19:53

David,

Thanks, that works a treat.

Gobbo