Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #707346

    Hi,
    How can i set equal height to the icon boxes of a same row ?
    Thank you !

    #707403

    Hey bleuvert,

    To make equal colum icon box.

    1. Add the icon box inside the grid element of your choice.

    2. In the setting for the first grid elements select Equal height.

    Best regards,
    Vinay

    #707656

    Thank you, but it doesn’t work…
    Please look at the three 1/3 column at the bottom of this page (> private content)
    The green backgrounds have equal heights, but not the icon boxes inside these columns.
    Best regards,
    Vincent

    #707721

    Hi,

    We need to take a closer look at the issue Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #707731

    Hi,
    In private content you will find login credentials.
    Thank you

    #707972

    Hi,

    We added the below code to Quick CSS

    .icon-box-height {
    	border-radius: 4px!important;
    	 box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    }
    .icon-box-height .iconbox,
    .icon-box-height .iconbox_top,
    .icon-box-height .iconbox_content {
    	margin-top: -1px!important;
    	border: 0!important;
    	background:transparent!important;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
    }

    and enabled custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    To setup equal height icon box just add the class name “icon-box-height” to the column element inside which the icon box is placed and set the background color for the column element..

    Please review the test page and let us know if you have any questions.

    Best regards,
    Vinay

    #708146

    Thanks a lot, it works fine !
    Best regards,
    Vincent

    #708203

    Hi,

    Glad we could help! We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon boxes of equal height’ is closed to new replies.