Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1243506
    onefoursix
    Participant

    re: http://146test2.co.uk/lana/shop/

    The products in the shop currently look pretty messy. Can we have the code for:

    1. having the image size the same across the board so the products are stacked nicely on top of one another
    2. have the images the same size but have the images stacked on top of one another instead of all the white gaps.

    then we can make a call on which looks better.

    thanks

    #1243507
    onefoursix
    Participant

    Would also like the title gone from the category pages – http://146test2.co.uk/lana/product-category/cushions/

    Thanks

    #1243520
    Paul R
    Moderator

    Hi,

    1. You can try adding this in Custom > Edit Global CSS in the customizer

    
    .archive.woocommerce li.product .entry-featured a {
        max-height: 170px;
    }
    

    But the best way to achieve this is to crop all your images to the same sizes before uploading.

    2. To remove the title, you can add this in Custom > Edit Global CSS

    
    .archive.woocommerce li.product .entry-header h3 {
        max-height: 170px;
    }
    

    Hope that helps.

    #1245027
    onefoursix
    Participant

    I also asked for this……
    2. have the images the same size but have the images stacked on top of one another instead of all the white gaps.

    #1245499
    Rue Nel
    Moderator

    Hello There,

    You have upload the images with different dimension. There are images which are in portrait and there are in landscape mode. To have more better control of the product image dimension, please check out this topic: https://community.theme.co/forums/topic/product-images-woocommerce/#post-224057

    Hope this helps.

    #1248407
    onefoursix
    Participant

    You aren’t listening to what I am asking for – I am asking for the image sizings to remain the same, but instead the products stack themselves randomly on top of each other

    #1248500
    Paul R
    Moderator

    Hi,

    Sorry for the confusion.

    I now fully understand what you are trying to achieve.

    Regretfully, it could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

  • <script> jQuery(function($){ $("#no-reply-1243506 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>