Home Forums WoodMart support forum How to center all products based on title?

How to center all products based on title?

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

    Alex
    Participant

    How can I center content of a product in the shop grid based on the title? screenshot attached (ss1)
    Even product grid for desktop did not help (ss2)

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

    Hello,

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

    If you have any questions please feel free to contact us.

    Best Regards

    #486121

    Alex
    Participant

    Images are same height
    Even product grid did not help

    #486379

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #486483

    Alex
    Participant

    I did not manage to align by title but moving the swatches to the ends seems like a good solution for us.

    .product-wrapper {
    display: flex;
    flex-direction: column;
    }
    div.wd-swatches-grid{
    order: 1;
    margin-top: 10px;
    }

    #486682

    Hello,

    We are glad you have found your solution.

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How to center all products based on title?’ is closed to new replies.