-
AuthorPosts
-
September 10, 2016 at 9:46 am #684476
Hello guys,
I did some research, but no success, so I need your help with Woocommerce layout. Here, in image, is explained visually what I want:
http://www.systemisready.com/preview.jpg1) I need space between and bottom of columns. What kind of CSS I should use? I changed CSS once, but it didn’t work for mobile devices.
2) How I will remove one of the visible options in sorting menu?
3) How I will dissable rounding corners of totally ALL img forever?
Thank you very much! Have a nice weekend! :)
Milan
September 12, 2016 at 1:20 pm #685060Any news please?
September 13, 2016 at 3:54 pm #685874Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.inner_product { border-radius: 0; } .product-sorting ul li:nth-child(4) { display: none; }
And can you please post the link to your page so we can provide accurate solution regarding spacing?
Best regards,
YigitSeptember 13, 2016 at 9:12 pm #686026Hello Yigit, nice to here from you :)
Please, see the link in private content.
I need space between thumbnails/images and below. As I pointed in image above.- This reply was modified 8 years, 2 months ago by Milan.
September 14, 2016 at 3:09 pm #686396Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.shop_columns_3 .products .product { margin: 0 4% 4% 0%; width: 30.6%; }
Best regards,
YigitSeptember 14, 2016 at 3:19 pm #686406Hello Yigit,
how simple… why I didn’t know it? Thank you very much!
There is still one extra question: How I will remove one of the visible options in sorting menu? But I guess this is not reated to Enfold, isn’t so?
Milan
September 14, 2016 at 3:21 pm #686409Hey!
This code i posted above
.product-sorting ul li:nth-child(4) { display: none; }
Has removed date option. Would you like to remove more?
Best regards,
YigitSeptember 14, 2016 at 3:29 pm #686416oh, yes! it is working :-) Thank you one more time!
September 14, 2016 at 3:32 pm #686418 -
AuthorPosts
- The topic ‘Editing woocommerce layout’ is closed to new replies.