• Template: Messenger: Create an Icegram message from scratch

    How can I make it show the full size of content? I want to show a banner which is 160×600.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Please select the template which is best suitable for you and then CSS can be used to make it the way you want to.

    Thread Starter wpbetsy

    (@wpbetsy)

    Can the template show the full size of the content instead of limiting to show the default size set by template?

    The template refers to the style of the content but it shouldn’t limit the size.

    Plugin Author Icegram

    (@icegram)

    Every message type comes with its default layout.
    Which is predefined by message type and it may or may not be modified by templates.
    If you are using some templates from Icegram Gallery, use one and override size with custom CSS provide in Icegram > Campaign > Edit > Custom code > CSS block.
    Let us know how it goes?

    Thread Starter wpbetsy

    (@wpbetsy)

    What custom CSS should I add for your Template: Messenger: Create an Icegram message from scratch, in order to have the content to show in full width?

    I just think if you can make the plugin/template to show the content in full width.

    Plugin Author Icegram

    (@icegram)

    You have to vary the max-width of a message.
    Refer below css code `#ig_this_message {
    max-widh: {your-width}
    }`
    Add this code with your width parameter and check.
    Regarding the full-width template, we will check what is the usefulness of full width in messenger.
    Then is required we will add this template.
    Hope this helps you.

    Thread Starter wpbetsy

    (@wpbetsy)

    I want to change the height. I changed it to max-height and set 100% and place at css but it doesn’t work

    [ Please do not bump. ]

    Plugin Author Icegram

    (@icegram)

    Can you please let us know how much you want to increase in height?
    As we said already every message type is defined in specific height width parameter.
    If you can explain us your use case we will suggest you better template/ message type to use.
    Messenger body is adjusting according to content added in it.
    But the height of ig_body div is set to some max limit.
    You can change this but it will modify according to content in the message.
    Hope this helps you.

    Thread Starter wpbetsy

    (@wpbetsy)

    I want to increase the height to 600px.

    How to set the custom code?

    Thanks!

    Please use the below code in your additional CSS box in the customizer to increase the height of pop-up to 600px.

    .ig_popup {
    	height: 600px
    }

    Hope this helps you. Please let me know your views on the same.

    Thread Starter wpbetsy

    (@wpbetsy)

    It doesn’t work. It only shows half height. Have you tested it work on your plugin?

    I have tested it with “Give Customers A Free Ebook” template and it works fine. If you could provide me the exact template name or a link to your page, then I might help you in a better way.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘how to make it show the full size?’ is closed to new replies.