[Resolved] FullWidth Row in GeneratePress

Home Forums Support [Resolved] FullWidth Row in GeneratePress

Home Forums Support FullWidth Row in GeneratePress

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45009
    Stephane

    Hello,

    I’m wondering sommething: is it possible to make fullwidth row in the generatepress content? (not in the hook)

    Thanks.

    #45183
    Tom
    Lead Developer
    Lead Developer

    Hi Stephane,

    For sure, but it would involve tweaking the CSS a bit.

    Right now, the container elements inside GP using the class: .grid-container

    Currently, you can choose a pixel value for the width of your container, which applies to the .grid-container class.

    You can add your own CSS, and give the grid-container a percent width instead.

    Something like this:

    body .grid-container {
          max-width: 100%;
    }

    That will make it so the content container is full width.

    Let me know if this helps at all 🙂

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