[Support request] Help to make my form format properly

Home Forums Support [Support request] Help to make my form format properly

Home Forums Support Help to make my form format properly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1427144
    Leif

    Hi I am a CSS scrub. I have a form at the top of this page (green background + orange button). Is there a way to make that area disappear entirely on mobile?
    I would implement it everywhere but I’m using this one as an example page 🙂

    #1427187
    Elvin
    Staff
    Customer Support

    Hi Leif,

    You can try adding this CSS code to your forms.

    @media (max-width: 768px)
    .signup-container {
        display:none;
    }

    Here’s how to add CSS. – https://docs.generatepress.com/article/adding-css/

    Another solution would be to use the built-in hide-on-mobile class if it’s possible:
    https://docs.generatepress.com/article/responsive-display/#using-our-hide-on-classes

    Let us know if it helps.

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