Hi Pim,
You need to tweak height of your tab message with css.
Add below code in your “Custom Code > CSS” area, adjust the “em” height according to your requirement.
#ig_this_message .ig_message{
max-height: 17em;
}
Let us know, if you are still facing an issue.
Please provide us the link to the page with the above Icegram message.
I hope this helps.
Thanks,
Team Icegram.
Hi Guys,
I have the same issue the CSS code above didn’t seem to work?
I would like to change the width and high and remove the up down slider 😉
Page example:
http://ppm-photography.com/privacy-policy-auckland-nz-ppm/
Many Thanks in advance
Rob
Hi Rob,
Add below code in your “Custom Code > CSS” area, adjust the “em” height according to your requirement.
#ig_this_message .ig_body{
max-height: 26em;
}
Let us know, if you are still facing an issue.
I hope this helps.
Thanks,
Team Icegram.