• I posted the link for the homepage, but every page has the same large blank area towards the top.
    I have tried different codes in the Additional CSS area and nothing has worked.

    • This topic was modified 5 years, 2 months ago by t-p. Reason: Moved to Fixing WordPress. This is not a Requests and Feedback topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Try adding this CSS rule:

    #g1-header-waypoint {
        display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    Thread Starter marketing12345

    (@marketing12345)

    Thank you for your help!
    I am new at all of this, so creating a child theme is still a little confusing.
    I added the rule that you posted, but it took away my page headers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank Space On All Pages’ is closed to new replies.