Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / postitioning aligning option names with drop downs

postitioning aligning option names with drop downs

Locked

Views: 559

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
17 May 2010, 8:15 AM
#1
sushigal avatar

sushigal

Zen Follower

Join Date:
Mar 2009
Posts:
435
Plugin Contributions:
0

postitioning aligning option names with drop downs

Hi, I urgently need to do this and have been trying since last week. I know I must edit tpl_modules_attributes and the stylesheet but have no idea what to add to these and what to edit so an answer would be much appreciated as I'm under pressure to do this yesterday! :frusty:

http://www.thegreatgiftshop.co.uk/zencart/index.php?main_page=product_info&cPath=80&products_id=615&zenid=fe862f42a33c8380cb7b54299f8dcdf1

Basically, where I have dropdowns and a text field I'd like their option name to be on the same line so that its next to the dropdown of option values instead of on top of.

I've seen similar posts and people have been told to remove some <br class="clearBoth" /> which I only have one of in tpl_modules_attributes and to then edit the stylesheet but I really need some help as I do feel im just doing this a bit hit and miss.

18 May 2010, 8:35 AM
#2
sushigal avatar

sushigal

Zen Follower

Join Date:
Mar 2009
Posts:
435
Plugin Contributions:
0

Re: postitioning aligning option names with drop downs

Really need some help with this guys, cannot find a way to do it need some guidance asap.

18 May 2010, 9:21 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: postitioning aligning option names with drop downs

Something like:

#productAttributes label {
float:left;
margin-top:.5em;
margin-right:.3em;
}