Home Forums WoodMart support forum Different size of thumbnail and alignment

Different size of thumbnail and alignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #415217

    juan1234
    Participant

    Good morning, I have two question.

    1) The images of the products I uploaded on the site have different sizes and proportions, so in the shop the products are seen with these different proportions. Is there any way to automatically resize image preview? (I attach screenshot)

    2) Is it possible to align the content of the footer horizontally? (I attach screenshots)

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

    Luke Nielsen
    Keymaster

    Hello,

    1. The below article will help you to align the content:

    https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/

    2. I suggest you try to create a footer via HTML blocks (e.g https://prnt.sc/RNIUHDeQ9eUT). For the menu in the footer, you can use an appropriate element (https://prnt.sc/qrVyKlFYwMgu).

    Kind Regards

    #415362

    juan1234
    Participant

    For the number 1 I had tried yet but doesn’t work it

    I had attached the credentials. Can u check you?

    For the number 2, the screenshot that you have sent doesn’t work it.
    I know how to create a HTML BLOCK, but after how can i set it to footer?

    Thank you

    #415489

    Luke Nielsen
    Keymaster

    Hello,

    1. The issue in the images themselves, they have different sizes so you should upload images with the same sizes and the issue will disappear.

    2. You can create the full footer in the HTML block and define it via Theme Settings -> Footer.

    https://prnt.sc/QUXBGd22et41

    In the “Widgets” area, you can use the “Woodmart HTML block” for defining each section.

    Also, you can try the below code for aligning the footer columns. Enter it into the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.

    .footer-sidebar.row {
        align-items: center;
    }

    Kind Regards

    #415524

    juan1234
    Participant

    isn’t there a way I can automatically resize the thumbnail size?

    #415531

    Luke Nielsen
    Keymaster

    Actually, you can try to regenerate your images through the “Regenerate Thumbnails” plugin, after installing navigate to Dashboard -> Tools -> Regenerate Thumbnails, there regenerate images by clicking on the “Regenerate Thumbnails For All Attachments” button.

    https://wordpress.org/plugins/regenerate-thumbnails/

    Kind Regards

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