New Landing How can we help? Themeforest Theme Support Dante Even Boxes in Contact Form

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #42227
    BettyPC
    Member
    Post count: 7

    I am doing a contact us page like your “contact us example 2” with the 3 icon boxes side by side. Trying to even my box height because some boxes have more content than others.

    http://themeforest.net/item/dante-responsive-multipurpose-wordpress-theme/full_screen_preview/6175269

    I tried:
    br
    p
    returns

    Nothing works. I only need 1 more return to equal my box. How do I do that?

    #42235
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you provide me with a link to the page?

    You can set a minimum height to the boxes so that they are all equal size.

    – Kyle

    #43323
    petebulley
    Member
    Post count: 6

    How do you set the minimum height?

    #43325
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .page-id-6796 .sf-icon-box-content-wrap {
      min-height: 250px; 
    }

    Change the page id for the page id of your contact page, which you can find in the body tag.

    Adjust the min-height value so that it works for you.

    – Kyle

    #43403
    BettyPC
    Member
    Post count: 7

    Thanks . . . that is what I needed ๐Ÿ™‚

    #43420
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great!

    #69351
    joerg
    Member
    Post count: 28

    Hi Kyle,

    I hope it’s okay to reopen this thread. Your solution is great when there is only one area with icon boxes on the page, but e. g. on a one pager you usually have several areas with icon boxes, and they may vary in the length of their contents significantly. It would be great to be able to set the height on a per icon box basis or something like an icon box area basis.

    Regards

    #69359
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You could use extra classes in your icon boxes and then target the individual boxes using the extra class

    – Kyle

    #69382
    joerg
    Member
    Post count: 28

    Hi Kyle,

    sorry to have to ask, but how do I define that extra class in an icon box?

    Regards

    #69386
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    There is an extra class field in the page builder icon box element

    Than in your css try:

    .extraclass .sf-icon-box-content-wrap {
      min-height: 250px; 
    }
    

    – Kyle

    #69403
    joerg
    Member
    Post count: 28

    Ah, now I got it! Thanks a lot!

    #69408
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! ๐Ÿ™‚

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