Hi all, I am pretty comfortable working in CSS but I am having a heck of a time finding where the style info is called from. I am using JCarousel Product Scroller in the User1 position at
this site.
I can not seem to affect the height of the DIVs containing the products in order to show the complete information, if you note the name is clipped and the rest of the info (price, add to cart) is not visible.
When I use my "Web Developer" from Fire Fox it indicates:
NULL
.jcarousel-skin-product1 .jcarousel-container-horizontal (line 158)
{
width: 420px;
height: 98px;
padding-top: 20px;
padding-right: 40px;
padding-bottom: 20px;
padding-left: 40px;
}
I can't find a width/height parameter for .jcarousel-skin-product1 in any of the CSS files and the .jcarousel-container-horizontal only appears in the "mod_vm_jproduct_scroller.php" and any value I add to the height variable pushes the bottom outside of the containing DIV.
I can only assume I am missing something, your guidance would be greatly appreciated.
Thanks