• Resolved Glennf

    (@glennf)


    Is it possible through custom CSS to add a small image to the left of the headline in an action bar?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Icegram

    (@icegram)

    Hi,

    Yes, you can.
    The headline field/text box supports HTML. So you can add image and do the required CSS in the Custom Code > CSS area.

    Please refer this blog, It will be helpful in adding custom code css.
    Let us know, if you are still facing any issues.

    I hope this helps.

    Thanks,
    Team Icegram.

    Thread Starter Glennf

    (@glennf)

    Thanks much. I’m using the Action Bar called Hello and was able to add the image to the left of the headline but the headline text stays on the bottom even though I added align=”middle” as shown below. How do I align the text to show in the middle of the image.

    THIS IS MY HEADLINE

    Plugin Author Icegram

    (@icegram)

    Please send the link to the page with the above action-bar. I will check and help you with the css.

    Thread Starter Glennf

    (@glennf)

    Thanks. I figured it out. Just had to add some CSS below.

    img {
    vertical-align: middle !important;
    }

    For anyone else with this issue, I added an image by making it a background image of #ig_this_message and adding some padding to the div in order to move the text to the right of the image. This way the image doesn’t interfere with the alignment of the text.

    • This reply was modified 7 years, 11 months ago by Bodhipaksa.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Small Image To Left of Headline in Action Bar?’ is closed to new replies.