Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #444615

    Hello,

    I’m using the Enfold theme and am having an issue with the Square embedded shopping code listed below:

    Order Online
    <script src=”https://cdn.sq-api.com/market/embed.js&#8221; charset=”utf-8″></script>

    When clicked it is partially hidden by the top header. I’ve tried to move it down by adding elements, slideshow, picture..etc. Its worse in Chrome but still shows up a little in Firefox and IE.

    Any input is appreciated. Thanks!

    #444646

    Hey kidk707!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .modal--dialog .modal_content {
      margin-top: 130px;
    }

    Regards,
    Yigit

    #444740

    added the code but didn’t seem to change anything. Anything else I could try? Thanks!

    #444749

    Hey!

    Try with this:

    .page-id-551 .content{
        min-height: 800px;
    }
    
    .page-id-551 iframe.sq-embed-menu-iframe {
        top: 120px !important;
    }

    Cheers!
    Josue

    #444796

    thanks that worked! your a rockstar!! :)

    #444840

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.