Jump to content

Attribute show style


Recommended Posts

I have product which has option to select quantity of ports and also option to select it four colors. Presta 1.6.1.9 shows these options in same row after another. I want them to show like this:

 

Port quantity:

1 port

2 port

5 port

 

Color:

White

Red

Blue

 

Originally it shows like this

Port quantity:

1 port 2 port 5 port

 

Color:

White Red Blue

Link to comment
Share on other sites

Presta 1.6.1.9 shows these options in same row after another. I want them to show like this:

Look for #attributes .attribute_list ul li in product.css (in your theme folder/css/), find "float: left;" and change it to "float: none;", if wrong, you must inspect your page (with firebug or browser right click: inspect) and look for the code floating your li.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...