Home Forums Free Themes Clean Commerce Size in related product

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40757
    jquan
    Participant

    Hi, I would like to reduce the size of the related products. That is have the main product bigger than the related products.

    How can I do it?

    #40766
    wensolutions
    Keymaster

    Hello @jquan,

    Can you post your site URL so that we could provide you precise fix on this issue ??

    Hope you understand.

    Best Regards!!

    #40768
    jquan
    Participant
    #40770
    wensolutions
    Keymaster

    Hello @JQUAN,

    In order to reduce the size of the related post use the CSS give below.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .related.products ul.products li.product{
       width: 23.05%;
       display: inline-block;
       clear: none;
    }
    
    .related.products ul.products li.last {
       margin-right: 1.8%;
    }

    Hope this helps.

    If you need any help further, please let us know.

    Best Regards!!

    #40771
    jquan
    Participant

    It worked.

    Thank you

    #40772
    wensolutions
    Keymaster

    Hello @JQUAN,

    Glad we could help you.

    If you have any issue further, please feel free to post them.

    Best Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.