CSS - product category display in list |
Post Reply |
Author | |
ym
Newbie Joined: 22-January-2009 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 18-May-2010 at 12:59pm |
On the product category pages, when I mouseover an image, product title, or description, whole text goes from aligned left to align center. I'd like to align it left when it's mouseover. I can't find the problem in css file. I'd appreciate your advise! http://www.espressotec.com/store/pc/Gift-Certificates-c226.htm
|
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi, You cannot find it because it isn't there :-)
In pcstorefront.css look for : .pcShowProductsL { width: 100%; text-align: left; } And you can ADD : .pcShowProductsLhover { width: 100%; text-align: left; } HTH :-) |
|
ym
Newbie Joined: 22-January-2009 Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Thank you! It worked fine.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |