Zen Cart Logo
Forums / Customization from the Admin / How can I make Option Names inline horizontally?

How can I make Option Names inline horizontally?

Locked

Views: 1,376

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
31 Jul 2009, 3:18 PM
#1
ttmb33 avatar

ttmb33

Zen Follower

Join Date:
May 2009
Posts:
201
Plugin Contributions:
0

How can I make Option Names inline horizontally?

Can anyone teach me how to make Option Names inline horizontally? Thanks so much for your advice.

31 Jul 2009, 8:48 PM
#2
niccol avatar

niccol

Totally Zenned

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

Re: How can I make Option Names inline horizontally?

A url of your site is going to help here!

Briefly, you are going to have to edit tpl_modules_attributes.php to get rid of some of the <br class="clearBoth" /> that are present in the code.

Then you are going to style .wrapperAttribsOptions to add a {float:left;} and a fixed width.

4 Aug 2009, 9:11 PM
#3
ttmb33 avatar

ttmb33

Zen Follower

Join Date:
May 2009
Posts:
201
Plugin Contributions:
0

Re: How can I make Option Names inline horizontally?

Thank you very much for your guidance.