chvchd Posted November 20, 2020 Share Posted November 20, 2020 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 Link to comment Share on other sites More sharing options...
El Patron Posted November 26, 2020 Share Posted November 26, 2020 yes, upgrade to quality theme...else you will need to learn some basic .css to modify... Link to comment Share on other sites More sharing options...
chvchd Posted November 26, 2020 Author Share Posted November 26, 2020 Thanks for tip! As far I know it's a FORUM here. Where here to share and help each other on Prestashop. Can you share a fix or you just here to make useless comment, because I'm pretty sure other have the same issue Link to comment Share on other sites More sharing options...
chvchd Posted December 16, 2020 Author Share Posted December 16, 2020 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now