Home Forums WoodMart support forum IMAGE SIZE

IMAGE SIZE

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #149753

    micol
    Participant

    I would like to increase the size of the filter images in the shop sidebar as attachment

    Attachments:
    You must be logged in to view attached files.
    #149756

    micol
    Participant

    i set large image .woodmart-pf-dropdown

    also i add this code im my .css
    .swatches-normal .filter-swatch>span, .woodmart-woocommerce-layered-nav .swatches-normal .filter-swatch>span {
    width: 65px;
    height: 65px;
    }

    Attachments:
    You must be logged in to view attached files.
    #149779

    Hello,

    Your site is in under construction mode. So I can not check images in the shop sidebar. Kindly provide your login details or deactivate the maintenance mode so I can check and help you out.

    The CSS code that you shared if it works for you and make that image larger. Then you can simply use that code in Global Custom CSS inside the Theme Settings >> Custom CSS.

    Best Regards.

    #149784

    micol
    Participant

    i send you a temporary login

    #149791

    micol
    Participant

    i send you a temporary login WP

    #149799

    Hello,

    As there are three default sizes for those filter images as “Small, Medium and Large” and you already selected the large one from the widgets and now you want to increase the size more than the large size.

    So to do this you can use the below CSS in Theme Settings >> Custom CSS >> Custom Global CSS:

    .woodmart-pf-dropdown .swatches-large .filter-swatch>span, .woodmart-woocommerce-layered-nav .swatches-large .filter-swatch>span {
        width: 50px;
        height: 50px;
    }

    I used 50px just to set an example for you. You can use another size. But remember that height and width size must be the same otherwise the circle shape will be destroyed.

    Result: https://jmp.sh/n4pqcsA

    But remember that this code might also increase the image size of the other filters in some situations. So it’s up to you that you used this custom CSS code or not.

    Best Regards.

    #149804

    micol
    Participant

    yes now the size is ok … but it appeared scroll … can i show all the filters without this scroll?

    Attachments:
    You must be logged in to view attached files.
    #149820

    Artem Temos
    Keymaster

    Try to increase the height for these widgets in Theme Settings -> Shop and the scroll will disappear.

    #149943

    micol
    Participant

    ok thank you

    #149946

    Hello,

    I’m so happy to hear you are pleased with the Theme and Support. XTemos strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘IMAGE SIZE’ is closed to new replies.