Site logo

Archived topic

FullWidth Row in GeneratePress

1 reply · Started by Stephane on November 9, 2014

Viewing posts 1–2 of 2

Hello,

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

Thanks.

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 :)

This archived topic is closed to new replies.