Home Forums WoodMart support forum Product Category module different size

Product Category module different size

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

    grcp
    Participant

    Hi Support,

    I am using the Product Category feature in grid mode with the alternative design.

    The issue is that some categories have three words while others have only one word, which causes the vertical alignment to differ in height. Is it possible to make all categories have the same height for better alignment?

    Thank you!

    #622397

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #622403

    grcp
    Participant

    I have already send you a link with admin credentials.
    Also the category design is configured for megamenu.
    I would like to be in the same size also in mobile devices.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-header-secondary-nav .wrapp-category .hover-mask {
        height: 65px;
    }

    Best Regards.

    #622510

    grcp
    Participant

    Thank you mate !

    From PC its ok but from mobile not….

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the below custom CSS code as well in the Global Custom CSS section:

    .category-grid-item .hover-mask {
        height: 65px;
    }

    Best Regards.

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