Home Forums WoodMart support forum Infobox align box height

Infobox align box height

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

    agentiaclickclick
    Participant

    Hi,

    On this page: https://pawstoria.ro/evenimente/
    I have an infobox section. Could you please let me know how I can set the same height for all boxes?

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

    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,

    #714321

    agentiaclickclick
    Participant

    Check private

    #714331

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The issue comes from different content heights (especially titles/icons).

    In your case, you can fix it by setting a minimum height for the icon area so all boxes align properly.

    Try to add the following CSS code in Theme Settings > Custom CSS:

    .wd-info-box :is(.info-box-icon,.info-svg-wrapper) {
        min-height: 80px !important; /* adjust if needed */
    }

    Best Regards,

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