Site logo

Archived topic

Lightweight Grid Columns don't show rows

12 replies · Started by casimiro on January 22, 2019

Viewing posts 1–13 of 13

Hi
I can't see "Add Row" when I use section on a page, only "Add Media"
Thanks

I think it's a bug of the latest version.
It's possible?

If you want to test it out, feel free to give us a shout.

Ok
I will try to test it

Hi
It does not seem to work well.
If I activate sections I lose all the settings
and I lose the sidebars and all the configuration.
I put on Layout Box type Contained and Full width, the same thing happens.
And it would be good if you saw the box in the row, before I think it looked

If I activate sections I lose all the settings

Which settings?

and I lose the sidebars and all the configuration.

This is standard in the Sections module - it removes sidebars as the Sections are meant to be full width by default. This has always happened.

Let me know :)

ok, I didn't know that.
We can't have columns respecting the container and right bars.
:(
It's possible center text at middle in the second colums?
If I've a image in a column and text in second I want text place in the middle not at top.
Thanks
P.D.
I forgot, this also modifies the slider below the menu to full.

You can make it so the sidebars show up when using Sections: https://docs.generatepress.com/article/allow-sidebars-sections/

We're working on a Sections block for the new Gutenberg editor, which will give you a lot more freedom when using Sections.

Should be possible to vertically center your columns - can you link me a page where I can see your columns?

You can make it so the sidebars show up when using Sections: https://docs.generatepress.com/article/allow-sidebars-sections/

Yes but I think that the slider below menu can't adjust and it show at full.

the new Gutenberg editor

I still at 4.9.9 in wordpress, It's really worth updating for that?

Should be possible to vertically center your columns – can you link me a page where I can see your columns?

Yes of course, I put it in the first post. In "Your website URL"
thanks ;)

Gutenberg isn't perfect, but we like it a lot. Once our Sections block is released, it will definitely be better than the current Sections module.

As for the centering issue, try this CSS:

.lgc-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

Thanks

No problem :)

This archived topic is closed to new replies.