Thank you very much!![]()
Thank you very much!![]()
Annette
www.annetteslingerie.com
np, glad I could help!
I am new to all this. I am using AllBusiness template.
My web page.
http://www.chefscircle.com.au/cart/i...&products_id=1
I've moved the Product attribute from the left to the right with manipulating stylesheet.css.
For the words "Please choose", I like that to be on a single line. Any idea how I do that?#cartAdd {text-align: center;margin: 1em;border: 0px solid #000;padding: 1em;float:right;font-size:2.0em;}
#product-divider {border-bottom:1px dashed #ccc;}
.navNextPrevWrapper {text-align:center;}
.navNextPrevCounter {text-align:center;}
#productDescription {color:#888787;}
#productName {color:#68cbe2;font-weight:normal;font-size:2.0em;}
#productDetailsList {color:#888787;margin-top:10px;margin-bottom:10px;}
#productAttributes {margin:0% 0% 0% 67%; font-size:2.0em;}
#attribsOptionsText {font-weight:normal;color:#888787;}
.optionName {color:#68cbe2;margin-top:0px;}
#alsoPurchased {margin-top:20px;}
Secondly, there's fair bit of white space between Size and Qty. How do i reduce it?
in your stylesheet,
find:
change to:Code:#attribsOptionsText {font-weight:normal;color:#888787;}
You have 2 < br/>after the attributes, remove from your file /includes/templates/CUSTOM_TEMPLATE/templates/tpl_product_info_display.php fileCode:#attribsOptionsText {font-weight:normal;color:#888787;width:200px !important;}
Hope this helps!
Thanks heaps, I've widen the text field and now it displays properly.
I tried looking for the <br/> but didn't have any luck. That's not too important.
I am more concerned that "Size" doesn't bottom align with the drop down box. is it possible to align it?
Look like you found those 2 <br /> so you can change:
in your stylesheet find:
change to:Code:#cartAdd {text-align: center;margin:1.0em;border: 0px solid #000;padding: 1em;float:right;font-size:2.0em;}
then to vertical align attrib name find:Code:#cartAdd {text-align: center;margin:0em 1.0em 0em 0em;border: 0px solid #000;padding: 1em;float:right;font-size:2.0em;}
change to:Code:LABEL, h4.optionName {line-height: 1.5em;padding: 0.2em;}
Hope this helps!Code:LABEL {line-height: 1.5em;padding: 0.2em;}
It worked, yipee. Many thanks mate.
np, glad I could help!
This one really confused me. I can't seemed to find the php template and therefore not too sure which attribute to tweak in the .css file
I want to move the words "best jacket ever" to under the price and align with the price.
Then "more info" below everything and left aligh with price.
http://www.chefscircle.com.au/cart/i...e=products_all
You can change the layout of your all products listing page by going to:
ADMIN > CONFIGURATION >ALL LISTING
and change the value to re-arrange.
Hope this helps!