Ahoy,
I need my icon and text to line up on the same line – centered. Please Advise how to do this. Ideally I would like the icon higher and closer to the text.
Please Advise,
Thanks!
Hey mcraig77,
I’m not sure what you are looking to achieve there, please try to explain a bit further.
Best regards,
Rikard
I would like the icon the be on the same height the text. Like this (see screenshot)
Hi,
You can make the icon to have a verical-align CSS class which can position on the same height as the rest area.
Best regards,
Basilis
Hm, ok. How do I do this?
Hi,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your Text Block element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class .av-icon-char {
line-height: 30px!important;
}
Best regards,
Yigit
Thanks!