Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1410075

    I closed an other topic on this, this but I’ve just noticed a couple other CSS issues I’m noticing on another landing page I’ve created using Aweber/ Enfold.

    The links are below. The font is smaller when linked to enfold and the darkened overlay cuts off at the opt-in button. Do you have some suggestions for these two issues?

    Thank you!

    • This topic was modified 1 year, 5 months ago by biggsuccess.
    #1410179

    Hey biggsuccess,
    Thanks but I think that you linked to the Aweber success page and not the landing page.
    Nonetheless to make the text larger try some css like this and adjust to suit:

    .awpage-text-element,.awpage-signup-form__field-label {
    	font-size: 24px;
    }

    Best regards,
    Mike

    #1410187

    Hi Mike – the first link was to a success page by accident. But the other 2 are to landing pages where the overlay cuts off. I’ve pasted them below.

    Thank you for the font CSS

    #1410192

    Hi,
    Can you link to the original so we can compare.
    Are you refuring to a desktop view? When I check the form and the overlay are correct, the only issue is that the overlay scrolls up, I would recommend changing/darkening the image so the overlay won’t scroll up or make the page not scroll at all.
    But perhaps seeing the original will help with a new idea.
    Please see the screenshot in the Private Content area of what I see.

    Best regards,
    Mike

    #1410195

    Hi Mike – I’ve got the link to the original below, and a screenshot of what I’m seeing.

    On the original, created in aweber, the settings are:
    background image with opacity set at 35%.

    But once I link that Aweber page to Enfold, the opacity seems to scroll with the page? I’ve included a link to a screenshot of what I see.

    #1410233

    Hi,
    Thanks, try adding this css:

    .awpage-document {
        height: 150vh !important;
    }

    Best regards,
    Mike

    #1410347

    I think we are getting closer. That CSS did not work, however, I remembered from my other thread Nikko saying to set the page to default template (instead of Aweber Page) under Page attributes on Edit Page.

    I’ve just done that and that takes care of the overlay scrolling up issue.

    However, this makes the forms submit button disappear, leaving only the text of the button.

    Is there some CSS to make the form button show again?

    #1410370

    Hi,
    That doesn’t work when I check, the overlay is only around the text and the page is not scrolling, see the screenshot in the Private Content area.
    Try undoing this change and adding the css I posted to WordPress ▸ Customize ▸ Additional CSS
    Then clear your browser cache and any cache plugin, and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    If this doesn’t help please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    #1410499

    Hi Mike thanks for continuing to help me with this…

    I followed your instructions and which made it better. That brings the overlay down to the bottom of the logo – so that’s an improvement though I’d like the overlay to take up the full background as it does in the Aweber page that is not linked to Enfold. Is that possible?

    Also – the mobile view of the page i has the overlay cutting off at just above the form button.

    #1410516

    Hi,
    When I check now the overylay covers the whole screen even when I scroll, if it is not for you try changing the number higher like:

    .awpage-document {
        height: 250vh !important;
    }

    or higher.

    Best regards,
    Mike

    #1410534

    Perfect – making the number higher took care of it on my end. I really appreciate you, Mike!

    #1410536

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Aweber Landing Page CSS’ is closed to new replies.