Buttons shifting / sliding during load then justify left

I’m having an issue when inputting buttons on several pages…
Test Page - https://julielohre.com/competition-secrets-2-2/
All of the buttons at the top (in this case, just testing for all buttons on one page) shift during the load process and eventually end up left justified.

Screen capture here… http://lohrecreative.com/CLIENT/OP/Untitled.mov

Here’s the code I’m using to insert from Ontraport (email/marketing/crm)…

<script type='text/javascript' async='true' src='https://app.ontraport.com/js/ontraport/opt_assets/drivers/opf.js' data-opf-uid='p2c192814f5' data-opf-params='borderColor=#000000&borderSize=0px&embed=true&formHeight=86&formWidth=320px&popPosition=mc&instance=n767677066'></script>

Hi,

The link provided doesn’t seem to work. It returns this message

Sorry, that page has been archived or moved to another content area of my site.

Maybe that’s on draft and it requires login to be ale to see the page.

If that’s the case, please provide us your login in Secure Note.

Sorry…I went ahead and took the full page live. It sits at https://julielohre.com/competition-secrets-2/
Also, andy of the “FREEBIE” pages from the menu bar also include this button.

Hi again,

I checked your page and I see the button you’re adding is through a third party script / code. It’s styling is being controlled by the third party script and we can’t modify it directly. However you can try adding the following code to override it’s variable width issue (the sliding effect) in the Theme Options > CSS:

.x-bar-content-area iframe {
    max-width: 320px !important;
}

Regretfully, we cannot provide support for third party plugins or scripts as our support policy states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.