New Landing How can we help? Themeforest Theme Support Dante Resizing Icon Boxes To Fit Front Content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #133520
    tsimarketing
    Member
    Post count: 267

    I know I’ve already asked a similar question to this one but that answer does not resolve the issue I’m having right now.

    I have attached a screenshot showing some animated icon boxes on one of our pages, there are a couple of boxes that will end up having two lines on the front of the box. But when that happens it makes those boxes taller than the others. Is there a custom css code for this specific page that can fix this issue and make all the boxes the same height even if they don’t all have two lines on the front.

    The css code I have right now can make the boxes taller but does not make them all the same size if the front has more text.

    Attachments:
    You must be logged in to view attached files.
    #133728
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .col-sm-3 .sf-icon-box-animated .front {
      min-height: 256px;
    }

    – Kyle

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

You must be logged in to reply to this topic.