| Author |
Topic  |
|
interprollc
Advanced Member
USA
258 Posts |
Posted - 05/16/2012 : 11:15
|
Hi,
I'm trying to align everything to the left on my products detail page. So far I was able to align the Product Id, Product Name , Long Descp. Price, using the css style file adding this:
div.detaildescription { font-size: 12px; text-align:left; } div.detailid { text-align:left; } div.detailname { text-align:left; } div.detailoptions { text-align:left; } div.detailprice { text-align:left; }
But somehow the middle part where they qty box and quantity pricing table are, I wasn't able to align to left. Any ideas?
Also how can I place the qty box right next to the text "Quantity"
See sample page below: http://www.intermats.com/proddetail.asp?prod=IM1383246
Thanks
Joe |
|
Andy
Administrator
69479 Posts |
|
interprollc
Advanced Member
USA
258 Posts |
Posted - 05/16/2012 : 11:32
|
Hi Andy,
I got the 6.2 version. How can I accomplish that?
Thanks
|
 |
|
Andy
Administrator
69479 Posts |
|
interprollc
Advanced Member
USA
258 Posts |
Posted - 05/16/2012 : 11:53
|
ok this will be something that it will take some time, can't do it now. But what about the qty box can i move that or is not possible without making this change.
Thanks
|
 |
|
Andy
Administrator
69479 Posts |
|
interprollc
Advanced Member
USA
258 Posts |
|
Sinbad
Administrator
USA
53944 Posts |
Posted - 05/16/2012 : 14:12
|
Hi you can float the table to the left using .tblqtydisc {float: left} in the style.css but the text Quantity Pricing does not align left it would be best to send the developer a email asking which page to change that.
Winners never quit, quitters never win User Manual for Ecommerce Templates
|
 |
|
interprollc
Advanced Member
USA
258 Posts |
Posted - 05/16/2012 : 14:25
|
Thanks Sinbad. I did emailed Mke @ DLSS before posting here and he said that the centering is in the ECT code and not part of the mod.
The table part is not a big issue I'm more concern on the quantity box, it should lay right next to the text without all that spacing.
The weird thing is if I add another option to the item. I comes out ok, see here: http://www.intermats.com/proddetail.asp?prod=1194503
Thanks Joe |
 |
|
Andy
Administrator
69479 Posts |
|
interprollc
Advanced Member
USA
258 Posts |
Posted - 05/17/2012 : 09:43
|
Ok I just did that to this item:
http://www.intermats.com/proddetail.asp?prod=IM1379407
Still it shows with the spacing, so the quantity mod is out of the question.
I'm sure this started to happend after the latest updated to 6.2v. Because I never notice it before.
Thanks
Joe |
 |
|
Andy
Administrator
69479 Posts |
Posted - 05/17/2012 : 10:10
|
The code for quantity text and input is the following
<table border="0" cellspacing="1" cellpadding="1" width="100%"> <tr> <td align="right">Quantity:</td> <td><input type="text" name="quant" maxlength="5" size="4" value="1" alt="Quantity" /> </td> </tr> </table>
so there's nothing there shifting the quantity box to the right in IE. If it's not the quantity discount table then it must be something else in your previous code that is causing it. As I said at the beginning there are a lot of validation problems, for example you have <p> tags around a table, it's things like that which can have knock on effects.
Andy
Ecommerce templates
ECT newsletter ECT hosting suggestions
Dreamweaver templates
Follow us on Twitter, Facebook, Google + and YouTube
|
 |
|
interprollc
Advanced Member
USA
258 Posts |
Posted - 05/17/2012 : 10:17
|
Thank you Andy, can you direct me where to go to check for the validation errors? Maybe I can start to fix some of those.
Joe |
 |
|
Andy
Administrator
69479 Posts |
|
| |
Topic  |
|