Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Registration page background messed up

  • @nicolecurioni

    Participant

    Hello to everybody! I’ve got an issue with my background, on the registration page. For some reason seems like the page “doesn’t see” the registration fields, so the background has a really low height as you can see here: http://www.fbimprese.it/registra/

    Any idea bout how to solve this?? I’ve already checked the CSS but I cannot set the height to a fixed value (for example to 1000px) because this configuration will be valid for all the pages in the website… Any fix? Any ideas?

    WP 3.9.1
    bbPress 2.5.4
    Buddypress 2.0.1

    Thanks a lot! 🙂

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

    Participant

    @nicolecurioniv you could add the following to your child theme’s stylesheet:

    .singular.page .hentry {
        overflow: hidden;
    }

    @nicolecurioni

    Participant

    Worked like a charm!! Thanks a lot @mercime 🙂

    @mercime

    Participant

    @nicolecurioni You’re welcome. Marking this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Registration page background messed up’ is closed to new replies.
Skip to toolbar