chrisrox6 Posted August 15, 2016 Share Posted August 15, 2016 On my products page my textures are not only failing to fill out the texture/color boxes but they aren't aligned with the rest of the colors. Here's what I mean.. Does anyone know how I can fix this? Link to comment Share on other sites More sharing options...
vekia Posted August 15, 2016 Share Posted August 15, 2016 share url to your shop case needs inspection, it is not a default behaviour of this part of the theme Link to comment Share on other sites More sharing options...
chrisrox6 Posted August 15, 2016 Author Share Posted August 15, 2016 my url is www.easturbana.com Link to comment Share on other sites More sharing options...
vekia Posted August 15, 2016 Share Posted August 15, 2016 open file: http://easturbana.com/themes/theme1206/css/product_list.css near line: 13 you've got code: ul.product_list .color-list-container ul li { display: inline-block; border: 1px solid #e5e5e5; } change it to: ul.product_list .color-list-container ul li { display: inline-block; border: 1px solid #e5e5e5; overflow: hidden; } (i added overflow: hidden;) effect: Link to comment Share on other sites More sharing options...
chrisrox6 Posted August 15, 2016 Author Share Posted August 15, 2016 Worked like a charm, thank you so much my man! Lastly, do you have any idea how to get the texture to fill the color box (as the normal colors do)? Thanks! Link to comment Share on other sites More sharing options...
vekia Posted August 15, 2016 Share Posted August 15, 2016 paste this at the end of the same file i suggested to change previously .color_to_pick_list img { width:23px!important; height:23px!important; vertical-align: top; } Link to comment Share on other sites More sharing options...
chrisrox6 Posted August 15, 2016 Author Share Posted August 15, 2016 Thanks!! All of my problems were resolved, this thread can be closed now. Once again, thank you so much vekia! Link to comment Share on other sites More sharing options...
vekia Posted August 15, 2016 Share Posted August 15, 2016 you're welcome :-) goodnight! Link to comment Share on other sites More sharing options...
LuiMai91 Posted May 9, 2018 Share Posted May 9, 2018 Hi Vekia, i have the same problem. in productlist is resolved, but if i open the product the texture are not aligned! Like this: http://romanouomo.com/index.php?id_product=104&controller=product Please help! 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