Home Forums WoodMart support forum same heights information box

same heights information box

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

    sohee7569
    Participant

    I want all columns to be the same height, matching the height of the tallest column.

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

    Hung Pham
    Keymaster

    Hi sohee7569,

    Thanks for reaching to us.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #598371

    sohee7569
    Participant
    #598444

    Hung Pham
    Keymaster

    Hi sohee7569,

    Thanks for links.

    By default, the height of info box will based on the length of content and no option to set fixed height. You can add custom class to Information box widget, like screenshot https://prnt.sc/1GxA-sC7mtU6

    Then, add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .info-minheight .info-box-wrapper .wd-info-box{
    	min-height: 300px;
    }

    Regards,

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