Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #453091

    Hi,

    I would like to add an image into a notification box, is it possible? It’s for an image, not for an icon.

    I would like to have the text of my notification and on the right of the text my mascott.

    Thank you for your help.

    Regards,
    Jonathan

    #453584

    Hi JonathanLeplang!

    You could try adding html code to the message box:

    <img src="http://yourdomain.com/image.jpg">
    

    Please include a link to your site if you should continue to have problems.

    Cheers!
    Rikard

    #453651

    Hi Rikard,

    I’ve done that but the problem is : if the text is not long enough, the image will be out of the notification box like that : https://www.dropbox.com/s/huinxceghozlird/notification-box-image.jpg?dl=0. Is there another way or should I add more text into the notification to fit with the image?

    Regards,
    Jonathan

    #453887

    Hey!

    Can you please post the link to your page where we can see the issue?

    Best regards,
    Yigit

    #479497

    Hi Yigit,

    You can look at my page : http://www.kayakslavanne.be/en/ to see the green notification box.

    #479711

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #phrase .avia_message_box_content img {
        top: -35px;
        left: 20px;
    }

    Best regards,
    Yigit

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