• Resolved donniam

    (@donniam)


    I cannot seem to get the send button to view properly. It is to low and shows ony upper half of the word send. It functions ok, but does not look right.
    I guess it is an html issue from reading instructions, but not sure what?
    The pop up shows up after 30 seconds.
    https://irontrainer.co

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

    (@icegram)

    Hi,

    Sorry for being late in reply.

    I have checked Icegram popup, the issue is related to button padding (css).
    In your theme CSS file (HighendWP/style.css), padding for input button is postfixed with “!important” keyword (find the code snippet below).

    .hb-button.hb-small-button, input[type=submit]{
    	padding:15px 16px 13px!important;
    	font-size:12px;
    	letter-spacing:1px;
    }

    This will override css from all other plugins.

    You can remove “!important” keyword from your theme style.css file.
    Or add below css code into Custom code > CSS area of Icegram message.

    #ig_this_message .ig_form_container .ig_form_els .ig_button{
    	padding: 0 !important;
    }

    This will solve the issue.
    I hope this helps.

    Thanks, ??
    Team Icegram.

    • This reply was modified 7 years, 12 months ago by Icegram.
    Thread Starter donniam

    (@donniam)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘send button not viewing properly’ is closed to new replies.