Print Page | Close Window

CSS - product category display in list

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=3722
Printed Date: 24-June-2024 at 7:41am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CSS - product category display in list
Posted By: ym
Subject: CSS - product category display in list
Date 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



Replies:
Posted By: Hamish
Date 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 :-)


-------------
Editing ProductCart Code?

See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code



Posted By: ym
Date Posted: 18-May-2010 at 2:41pm
Thank you! It worked fine.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net