Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
How do I span the Your Price Text. With my current layout it only allows a few characters before wrapping to a second line (see attached). TKatch attached the following image(s): YourPrice.gif (22kb) downloaded 3 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
It could be a style sheet thing, but most likely it will require an HTML change in your product template(s). |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
Yes, I can change css table to width of 100% (was 50%) but it also increases the spacing of the patches price matrix at the bottom. Where are the controls for this price matrix so I can try to tweak that to look the way it did at 50% width?
#ProductControls table {width:100%;} .formlabel {text-align:right;color: #444;} .productpropertylabel {padding-right:5px;text-decoration:none;color:#666;} .listprice {text-decoration:line-through;color:#999;} .siteprice {font-weight:bold;font-size: 120%;color:#444;}
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Can you post a link to the page in question? |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
http://www.kataaro.com/p...width=4.0&height=4.0If I change css table width back to 50%, the two columns for Volume Discounts would be more appropriately spaced.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
The problem is that your CSS rule is not specific enough and is affecting multiple elements. Try this rule instead: Code:
#Prices table {width:100%;}
|
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
1 user thanked Aaron for this useful post.
|
|
|
Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.