• Resolved megamel

    (@megamel)


    Hi I would like to add a image to the form so that it is inline with the subscribe form. Currently i can only add it above the form. I’m using Rainmaker for the form and icegram to display the banner in the footer area. The site i’m testing it on is https://www.megamel.co.za it’ll popup on the homepage.
    Please let me know if you require any other details.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    There is no direct way achieve this, but it can be done with some custom css.
    Please add the below css code in Icegram campaign settings page > Custom code > CSS area.

    #ig_this_message .ig_form_container{
    padding-left: 80px;
    }
    #ig_this_message .ig_form_container:after{
        position: absolute;
        content: '';
        height: 100%;
        width: 60px;
        background-image: url(https://megamel.co.za/wp-content/uploads/2017/04/test-200x300.jpg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        top: unset;
        left: 10px;
        bottom: 0;
    }

    Please refer this blog – How to add custom code with Icegram?
    You may require to do some adjustment for image size and form left padding.

    I hope this helps.
    Let me know, if you still have any queries.

    Ravi Oza,
    Team Icegram.

    • This reply was modified 7 years, 10 months ago by Ravi Oza.

    Hi,

    I have checked the Icegram message on your site and it looks the above CSS has fixed the issue for mobile view.

    I am marking this as resolved.
    You can contact us if you need any help.

    Thank you ??

    Ravi Oza,
    Team Icegram.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image in Banner’ is closed to new replies.