New Landing How can we help? Themeforest Theme Support Neighborhood Number of product in shop

Viewing 9 posts - 31 through 39 (of 39 total)
  • #91942
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Not from my end? (see screenshot)

    – Kyle

    Attachments:
    You must be logged in to view attached files.
    #91946
    crystallisspecimens
    Member
    Post count: 113

    Yes if you look close then you will see more white space on the right than on the left.
    Any way to fix this?
    THX

    #92006
    crystallisspecimens
    Member
    Post count: 113

    Hi Kyle,
    I know what happen. When I included the code
    .woocommerce ul.products li.product figure {
    width: 80%;
    }
    the images of the products reduced its size and also moved to the left. The same happened for the NEW ARRIVALS and RELATED PRODUCTS carrousel.

    Is there a way to move them to the right a bit??

    Thank you.

    #92019
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Remove that css and use this instead, this will apply to only the main image

    .woocommerce div.product div.images {
      width: 28%;
    }
    .woocommerce div.product div.summary {
      width: 68%;
    }

    – Kyle

    #92053
    crystallisspecimens
    Member
    Post count: 113

    Yes it fix the problem but then the product images return to big sizes if I remove the code
    .woocommerce ul.products li.product figure {
    width: 80%;
    }

    I just need the Related Products and New Arrivals to move to the right.
    The others are fine.
    Is there any code for this?

    THX

    #92061
    crystallisspecimens
    Member
    Post count: 113
    #92063
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woocommerce ul.products li.product figure {
      left: 11%;
    }

    – Kyle

    #92078
    crystallisspecimens
    Member
    Post count: 113

    THAT IS PERFECT!
    THANK YOU!

    #92091
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! no problem

    – Kyle

Viewing 9 posts - 31 through 39 (of 39 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register