Site logo

Archived topic

Paragraph margins inside sections

3 replies · Started by ch1800 on October 30, 2020

Viewing posts 1–4 of 4

Hello,

I adjusted the body paragraph margin to 0.5em from the default 1.5em in Customize>Typography>Body but that doesn't seem to be taken into effect for texts inside sections.

The first 2 columns are inside sections and paragraphs have still the default margins of 1.5em and the last block before the hero, which is not a section, gets the correct one from Customizer at 05em.

Is there a specific CSS for paragraph margins inside sections?

Thanks.

Hi there,

It's actually because of the LGC CSS here:
https://www.screencast.com/t/k4VZuRmPX

You can use this to overwrite it:

.generate-sections-container .lgc-column p {
    margin-bottom: 0.5em;
}

That being said, I would highly recommend using the Gutenberg editor with GenerateBlocks to complete your current layout.

Sections and LGC are out dated and really should no longer be used if you are just building the site now.

Many thanks Leo, got it.
Unfortunately, I'm really allergic to the whole Gutenberg thing and there is no way I switch from Classic Editor. Really happy the way things work that way, no worries.

Besides that, Lightweight Grid Columns has the double of installs of Generateblocks at this point.
Just saying.

Besides that, Lightweight Grid Columns has the double of installs of Generateblocks at this point.
Just saying.

Lightweight grid columns was released in 2015 and GenerateBlocks was released 9 months ago.

So I'd say that it's pretty impressive that GB is only half behind on the active install counts.

Keep in mind that LGC will no longer be supported or updated.

This archived topic is closed to new replies.