I'm not sure what is going on here, as I seem to be getting three different results for products that have the same CSS applied.
I've created the following class in actinic.css style sheet:
I've referenced this in the Act_Productline template as follows:
You can see the results of this at URL: http://www.magicalwonders.com/acatalog/Consumables.html
The text of the first product "A bunch of Flowers" goes right up to the edge on the right hand side. The second product, "Calculator" has about 15px padding on the right. The last two appears to be correct for the first line, then breaks on line two and has no padding!
Viewing the source code shows that the span class is applied to the entire text, so am somewhat stumped as to what is going on - or not going on!
Any ideas would be appreciated.
Myles
I've created the following class in actinic.css style sheet:
Code:
.productpanel { padding-left: 5px; padding-right: 2px; }
Code:
<span class="productpanel">NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK NETQUOTEVAR:EXTINFOBUTTON NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK</span>
The text of the first product "A bunch of Flowers" goes right up to the edge on the right hand side. The second product, "Calculator" has about 15px padding on the right. The last two appears to be correct for the first line, then breaks on line two and has no padding!
Viewing the source code shows that the span class is applied to the entire text, so am somewhat stumped as to what is going on - or not going on!
Any ideas would be appreciated.
Myles
Comment