New Landing How can we help? Atelier Newsletter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #279086
    Dawink
    Member
    Post count: 96

    Newsletter bar does not work on mobile …
    How to remedy this?

    Thank you

    #279091
    David Martin – Support
    Moderator
    Post count: 20834

    We removed it from mobile because the small size vs small screen would result in a bad UX. You would want some custom CSS like this to add it.

    @media only screen and (max-width: 1024px) {
    #sf-newsletter-bar {
        display: block!important;
    }
    #sf-newsletter-bar .sub-text {
        display: none;
    }
    #sf-newsletter-bar .sub-code>form input[type="text"], 
    #sf-newsletter-bar .sub-code>form input[type="email"] {
        width: 100%;
        margin: 17px;
    }
    #sf-newsletter-bar .sub-code {
        width: 70%;
    }
    }
    #279128
    Dawink
    Member
    Post count: 96

    Thx ^^

    #279150
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to David.
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register