New Landing How can we help? Themeforest Theme Support Dante icon box "boxed one" height

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Dante
  • #159534
    tooeasy
    Member
    Post count: 38

    Hi, how can I set up my icon boxes to have the same height?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #159669
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue.
    Thanks
    Mohammad

    #159761
    tooeasy
    Member
    Post count: 38
    This reply has been marked as private.
    #159764
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-icon-box .sf-icon-box-content-wrap{
    min-height:285px !important;
    }

    Thanks
    Mohammad

    #159767
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .spb-row-container .sf-icon-box.sf-icon-box-boxed-one > .sf-icon-box-content-wrap {
      min-height: 285px;
    }

    – Kyle

    #159787
    tooeasy
    Member
    Post count: 38

    Hi, Thank you very much, but unfurtunately didn’t work any of this codes.

    Thanks

    #159789
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You have this CSS with no closing brace:

    h {
    
    font-family: 'latolight', Fallback, sans-serif;

    Causing anything below to not work

    – Kyle

    #159885
    tooeasy
    Member
    Post count: 38

    Perfect. Thank you very much.

    #159887
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #159888
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

    #159900
    tooeasy
    Member
    Post count: 38

    Hi, one last question, How can I do to affect only the boxed content of this page? I want to create other icon boxes in different pages so that I want them to have different height.

    thanks.

    #159903
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Use this instead:

    .page-id-12023 .spb-row-container .sf-icon-box.sf-icon-box-boxed-one > .sf-icon-box-content-wrap {
      min-height: 285px;
    }

    – Kyle

    #159918
    tooeasy
    Member
    Post count: 38
    This reply has been marked as private.
    #159919
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I said use it instead of the previous. So only

    .page-id-12023 .spb-row-container .sf-icon-box.sf-icon-box-boxed-one > .sf-icon-box-content-wrap {
    min-height: 355px;
    }
    
    .page-id-12520 .spb-row-container .sf-icon-box.sf-icon-box-boxed-two > .sf-icon-box-content-wrap {
    min-height: 255px;
    }

    – Kyle

    #159921
    tooeasy
    Member
    Post count: 38

    Ok that was my fault. I didn’t read correctly. Thanks, now it works perfectly.

    Have a nice day.

Viewing 15 posts - 1 through 15 (of 16 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