ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - CSS - product category display in list
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CSS - product category display in list

 Post Reply Post Reply
Author
Message
ym View Drop Down
Newbie
Newbie


Joined: 22-January-2009
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote ym Quote  Post ReplyReply Direct Link To This Post Topic: CSS - product category display in list
    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
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 18-May-2010 at 1:40pm
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 :-)
Back to Top
ym View Drop Down
Newbie
Newbie


Joined: 22-January-2009
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote ym Quote  Post ReplyReply Direct Link To This Post Posted: 18-May-2010 at 2:41pm
Thank you! It worked fine.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.062 seconds.