Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.jpg

    1) 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

    #685060

    Any news please?

    #685874

    Hi,

    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,
    Yigit

    #686026

    Hello 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.
    #686396

    Hi,

    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,
    Yigit

    #686406

    Hello 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

    #686409

    Hey!

    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,
    Yigit

    #686416

    oh, yes! it is working :-) Thank you one more time!

    #686418

    Hi!

    Glad it is! You are welcome Milan, let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Editing woocommerce layout’ is closed to new replies.