Jump to content

Display product attributes on separate lines


chvchd

Recommended Posts

I'm having problem with product that have multiple attributes. It doesn't show correctly in front office as you can see in picture. Any idea how to make attributes show on separate lines, or make the display better for the costumer ?

 

PS 1.7.6.8

Thanks

2020-11-20_170648.jpg

Link to comment
Share on other sites

  • 3 weeks later...

added 1 line code into custom.css template file 

.product-information .product-variants {
    display: flex;
    flex-direction: column; /*this is where it makes it possible to display product attributes on separate lines*/
    }

PS1.7.6.9

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...