http://www.pawglamour.com/index.php?...=index&cPath=6
In the Product Listing page, how do I remove that space between the product name and product price so that the price is directly underneath the product name?
http://www.pawglamour.com/index.php?...=index&cPath=6
In the Product Listing page, how do I remove that space between the product name and product price so that the price is directly underneath the product name?
The price doesn't have it's own class, but you can kludge it by adding the red part to this:
.itemTitle {
font-size: 10px;
margin-bottom:-20px;
Note that's a negative 20px.
}
Thank you!![]()
Which file do you make the edit?
Any time you see a code suggestion that's in the format:
.itemTitle {
font-size: 10px;
margin-bottom:-20px;
}
it's CSS, which would be made in one of your stylesheets. If it's a fairly stock Zencart site. it would be stylesheet.css.
Hi,
I can not find my stylesheet.css. for the following
.itemTitle {
font-size: 10px;
}
I am using version 1.3.7. Please tell me where I can find it