Tagged: icon box
Hello,
How do we center the text with the icon box ?
When we look on this picture we understand that the text is not centered with the icon that is to his left : https://imgur.com/a/zt1Cl
Here is the link from the page of my site : http://www.micropole-learning-solutions.com.qual.micropole.com/index.php/innovation-lab/
thank you in advance
Hey micropoleinstitut,
Please try the following in Quick CSS under Enfold->General Styling:
.iconbox_content {
padding-top:5px;
}
Best regards,
Rikard
Thank you, but it should only be for this page ?
Best regards
Hi!
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“your-custom-class” in example below) and then use the code as following
.your-custom-class .iconbox_content {
padding-top:5px;
}
Best regards,
Yigit