New Landing How can we help? Cardinal how can I make my content boxes the same height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #202098
    nicneu
    Member
    Post count: 31

    Hi!

    I need some help to make the heights of my boxed content boxes on this page the same for the 3 in each row:

    Inspecciones y certificaciones

    I’ve tried changing the min-height in Chrome Inspect, but it has no effect, so I don’t know where to set this. I need each row to have a different min-height. I think they should be this to match the tallest box in each row:
    First row: 424px
    Second row: 278px

    I need to make sure that this only affects the content boxes on this page, as I have used the asset type on other pages as well.

    Thanks!
    Nicole

    #202281
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .page-id-11810 .spb_box_content .box-content-wrap {
      min-height: 452px;
    }

    For the second row, you will need to add an extra class so you can use:

    .page-id-11810 .extraclass .spb_box_content .box-content-wrap {
      min-height: 278px;
    }

    – Kyle

    #203843
    nicneu
    Member
    Post count: 31

    Thanks, that worked.

    #203957
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register