Home Forums WoodMart support forum Min height to info-box-wrapper

Min height to info-box-wrapper

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #297231

    lenamtl
    Participant

    Hi,

    I’m trying to add (with no luck) a min-height 320px to
    info-box-wrapper
    so all boxes will have the same height

    No live access

    Thanks

    #297279

    Hello,

    The Size of the infoboxes are set according to the content added in it.

    Therefore to make them of the same size Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-info-box {
        height: 320px;
    }

    Regards.
    Xtemos Studios

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