Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Frontpage Content Area being restricted

  • Where do I put that code?

  • In Appearance > Customize > Additional CSS, remove this:

    .no-sidebar .inside-article > *,
    .no-sidebar #comments,
    .no-sidebar .nav-links {
    	max-width: 700px;
    	margin-left: auto;
    	margin-right: auto;
    }

    Then, add this at the very bottom:

    body.no-sidebar:not(.home) .inside-article > *,
    body.no-sidebar:not(.home)  #comments,
    body.no-sidebar:not(.home) .nav-links {
    	max-width: 700px;
    	margin-left: auto;
    	margin-right: auto;
    }
  • Thank you!

    I have removed credentials.

  • You’re welcome!

Viewing 4 posts - 17 through 20 (of 20 total)
  • You must be logged in to reply to this topic.