Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1010641

    Hi

    How can i aligm the Title to the icon centered on a Symbolbox (i dont use a subtitle).
    Thanks and best regards
    sandro

    #1011126

    Hey 360gradmedia,

    Thank you for using Enfold.

    You can use this css code to adjust the vertical position of the title.

    .iconbox_left_content .iconbox_content, .iconbox_right_content .iconbox_content {
        overflow: hidden;
        top: 20px;
        position: relative;
    }

    You may need to turn on the custom css class field if you want to apply the modification to these specific iconbox elements.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #1011222
    This reply has been marked as private.
    #1011335

    Hi sandro,

    Add one more rule at the bottom of the code Ismael gave you:

    
    .iconbox_left_content .iconbox_content, .iconbox_right_content .iconbox_content {
        overflow: hidden;
        top: 20px;
        position: relative;
        min-height: 35px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.