Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Registration Page Form Being Cut Off on Page

Viewing 3 replies - 1 through 3 (of 3 total)
  • @mercime

    Participant

    @jessicaelle it could be as simple as adding the following at the bottom of your child theme’s stylesheet:

    .content {
         overflow: hidden;
    }

    @jessicaelle

    Participant

    @mercime

    Thank you so much for the simple solve! I’m still learning CSS, so the overflow property was new to me. This is what I used for my specific theme, in case others run into trouble:

    .post-content {
         overflow: hidden;
    }

    @mercime

    Participant

    @jessicaelle You’re welcome 🙂
    Marking this topic as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Registration Page Form Being Cut Off on Page’ is closed to new replies.
Skip to toolbar