Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #883202

    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!

    #883822

    Hey mcraig77,

    I’m not sure what you are looking to achieve there, please try to explain a bit further.

    Best regards,
    Rikard

    #884011

    I would like the icon the be on the same height the text. Like this (see screenshot)

    #885240

    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

    #885775

    Hm, ok. How do I do this?

    #886117

    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

    #886232

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Line up icon and text on same line’ is closed to new replies.