Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I align the attribute fields below the product? (see the link)

How do I align the attribute fields below the product? (see the link)

Locked

Views: 7,824

Results 41 to 47 of 47
This thread is locked. New replies are disabled.
4 Oct 2009, 7:16 PM
#41
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

How do I align the attribute fields below the product? (see the link)

Fint the rule for cartAdd in your stylesheet and change it to:

/*Shopping Cart Display*/
#cartAdd {
float:left;
	text-align: center;
	margin: 1em;
	border: none;
	padding: 1em;
margin-left:17em;
	}

It is worth checking all these changes in as many browsers as possible:smile:

No need for any repayment. Just pass the word that open source in general , and Zen Cart in particular, rock. Oh, and if you see posts that you think you can help with on the forum then pitch in. Oh, and buy the Zen Cart team a coffee from time to time - it's them who have provided the huge amount of code for free!

Cups of coffee are purchasable at http://www.zen-cart.com/index.php?main_page=infopages&pages_id=14

4 Oct 2009, 7:52 PM
#42
missinglife avatar

missinglife

Zen Follower

Join Date:
Apr 2009
Location:
Portland, OR
Posts:
104
Plugin Contributions:
0

Re: How do I align the attribute fields below the product? (see the link)

niccol:

Fint the rule for cartAdd in your stylesheet and change it to:

/Shopping Cart Display/
#cartAdd {
float:left;
text-align: center;
margin: 1em;
border: none;
padding: 1em;
margin-left:17em;
}

> 
> It is worth checking all these changes in as many browsers as possible:smile:
> 
> No need for any repayment.  Just pass the word that open source in general , and Zen Cart in particular, rock.  Oh, and if you see posts that you think you can help with on the forum then pitch in.  Oh, and buy the Zen Cart team a coffee from time to time - it's them who have provided the huge amount of code for free!
> 
> Cups of coffee are purchasable at <http://www.zen-cart.com/index.php?main_page=infopages&pages_id=14>

Yes, I mainly do a lot of my work with Chrome, because of design business that I am in, I do check my work with Firefox and IE :smile:

and yes, I can sure can buy Zen Cart team some coffees and help out with questions.

I will put linkable image of Zen Cart once I finish my site.

Once again thank you so much, You been a big help for me.

Wen
27 Jul 2010, 5:02 AM
#43
integrity_designs avatar

integrity_designs

Zen Follower

Join Date:
Nov 2009
Location:
North Bendigo, VIC, Australia
Posts:
157
Plugin Contributions:
0

Re: How do I align the attribute fields below the product? (see the link)

I was trying to get my image attributes to align across the page (approx 3 or 4 across) but for some reason, nothing is working to get this to happen.

http://www.integritylabels.com.au/store/index.php?main_page=product_info&cPath=49&products_id=159

Can someone please help with ideas?
Kind Regards Casey

27 Jul 2010, 7:27 AM
#44
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: How do I align the attribute fields below the product? (see the link)

they seem to be four across at the moment....

27 Jul 2010, 8:29 AM
#45
integrity_designs avatar

integrity_designs

Zen Follower

Join Date:
Nov 2009
Location:
North Bendigo, VIC, Australia
Posts:
157
Plugin Contributions:
0

Re: How do I align the attribute fields below the product? (see the link)

niccol:

they seem to be four across at the moment....

Yes but I need it "tidy/neat" looking...

I can't seem to get them to align neatly

27 Jul 2010, 9:27 AM
#46
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: How do I align the attribute fields below the product? (see the link)

As a start you could try this:

#attributeBox-5,#attributeBox-6,#attributeBox-7,#attributeBox-8, #attributeBox-9,#attributeBox-10{
display:none;
}

Then post your copy of tpl_modules_attributes.php (zip it and attach it to a post) so that we can see what you have altered.

Nick

27 Jul 2010, 10:18 AM
#47
integrity_designs avatar

integrity_designs

Zen Follower

Join Date:
Nov 2009
Location:
North Bendigo, VIC, Australia
Posts:
157
Plugin Contributions:
0

Re: How do I align the attribute fields below the product? (see the link)

niccol:

As a start you could try this:

#attributeBox-5,#attributeBox-6,#attributeBox-7,#attributeBox-8, #attributeBox-9,#attributeBox-10{
display:none;
}

> 
> 
> Then post your copy of tpl_modules_attributes.php (zip it and attach it to a post) so that we can see what you have altered.
> 
> Nick



My Stylesheet part is as follows:

.optionName {
width: 15em;
}
.wrapperAttribsOptions{
border:1px red solid;
width:15em;
height:5em;
float: left;
}

#attributeBox-5,#attributeBox-6,#attributeBox-7,#attributeBox-8, #attributeBox-9,#attributeBox-10{
display:none;
}




I have attached the tpl_module_attribute file

Kind Regards Casey