Hi
How can i aligm the Title to the icon centered on a Symbolbox (i dont use a subtitle).
Thanks and best regards
sandro
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.
Best regards,
Ismael
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