angels92 Posted August 31, 2019 Share Posted August 31, 2019 Hello, if we have more colors in product page it doesn't look and work perfect. http://pancuchy.virtualnyasistent.sk/install/prestashop/sk/uvodna-stranka/28-pancuchy-concorde-30-den.html What should I do if I would like to align colors in 2 lines with aligning to center? Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted September 3, 2019 Share Posted September 3, 2019 hi.. change the css property on file themes/leo_minimal/assets/css/theme.css appox line number 20921 .product-variants > .product-variants-item { width: 50%; text-align: center; margin-bottom: 9px; float: left; } to .product-variants > .product-variants-item { width: 100%; text-align: center; margin-bottom: 9px; float: left; } thanks 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