Tagged: 

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

    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

    #861892

    Hey micropoleinstitut,

    Please try the following in Quick CSS under Enfold->General Styling:

    .iconbox_content {
      padding-top:5px;
    }

    Best regards,
    Rikard

    #861915

    Thank you, but it should only be for this page ?

    Best regards

    #861926

    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

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