New Landing How can we help? Themeforest Theme Support Dante Icon Boxes in Response Mode

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #97212
    halfcj
    Member
    Post count: 61

    Having some issue with icon boxes in Responsive mode where text extends outside Icon boxes where I have 3 side by side. Seems they need to stack when they become too narrow to allow for words to display correctly?
    Can I somehow create a ‘minimum’ width for an icon box?

    Please see attached.

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

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 960px) { 
    .spb_icon_box.col-sm-4 {
      width: 100%;
      margin-bottom: 30px;
    }
    }

    – Kyle

    #97532
    halfcj
    Member
    Post count: 61

    Brill. Solves the Portrait issue on iPad, but creates one for landscape responsive. If you flip my icon boxes, the text runs out of the bottom of the box

    #97545
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You have a couple of blank p tags in the icon box (see screenshot) Please remove these

    – Kyle

    Attachments:
    You must be logged in to view attached files.
    #97566
    halfcj
    Member
    Post count: 61

    Could see that in the classic HTML editor, but did see a space and removed it.

    However, that does not solve the text being too low in the other two boxes? Text touches the bottom of the box.

    #97838
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 960px) { 
    div.back.sf-icon-accent .sf-icon-box-content{margin-top:-20px !important}
    }

    Thanks 🙂
    With Best Regards
    Swift Ideas

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

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

License required for the following item
Login and Registration Log in · Register