• Resolved ememsit

    (@ememsit)


    Hello,

    I have entered some custom html code on to my page in the custom html widget.
    This is the code:

    <script type=”text/javascript”> var timberUrlParam=”&lite=true”; var websiteToken=”c6955ae0-a02b-49e9-ba17-a7a6c94b3d1f”; var width=”100%”; var height=”100%”;</script><script type=”text/javascript” src=”https://www.musthavemenus.com/js/weblink.js?52926=34292&”></script><div id=”webcode_iframe” style=”box-shadow: 0 1px 2px rgba(0,0,0,0.1); border-radius: 8px; border: 1px solid #fff;”></div>

    The code should be dynamic… but it keeps getting cut off. You will see this when you go in to the page. I would like it to show the whole menu. Can anyone help please?

    Also, if I move the row up to be the first row, it overlaps the sidebar menu.

    Thank you in advance!
    Emily

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi Emily

    Thanks for reaching out.

    By cut off, do you mean the height of the iFrame should be larger? If so, that’s a function of the code that has been inserted. You can add to Custom CSS:

    #webcode_iframe iframe {
    	min-height: 600px;
    }

    Adjust as required.

    I can’t recreate an overlap but perhaps you could try in Custom CSS:

    #webcode_iframe iframe {
    	max-width: 750px;
    	min-height: 600px;
    }
    Thread Starter ememsit

    (@ememsit)

    Thank you so much for the quick reply Andrew. I have added the Custom CSS as advised, and it works great. Thanks again!

    Plugin Support Andrew Misplon

    (@misplon)

    Super, glad to hear you’re making progress ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom HTML Cut Off’ is closed to new replies.