Home Forums WoodMart support forum Shop Page

Shop Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #408541

    shweta
    Participant

    Hello Team,

    I need the price in one line mobile and desktop version for a better understanding to find the screenshot below

    Best

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

    Hello,

    Please read our detailed documentation for help:
    https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/

    Best Regards.

    #408742

    shweta
    Participant

    Hello,

    Thank you for your quick reply.

    on the mobile version still it is not showing on one line. I need the price in one line instead of the product title.

    Best

    #408798

    Hello,

    Actually, right now your Product Images are not the same for all Products so that’s why they are appearing uneven in some places which is why the Price under the Product Layout is also not appearing at the same length. Here is a brief Video in this regard: https://fastupload.io/en/nVazAbDssM3HH8Z/file

    So, please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    @media (max-width: 768px) {
    .product-grid-item .product-image-link img {
        object-fit: cover !important;
        min-height: 265px !important;
    }
    }

    Hope this helps!

    Best Regards.

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