Global Blocks issue

Hi, I cant seem to figure out this alignment issue. The third row is a “second” global block, and I cant seem to get it to align properly, there is a padding or margin issue.

This is the section of the home page I am referring to:

Hi @coloradodesigngroup,

Please remove the p tags in your Global Block > Content Area Element

Then add this in Theme Options > CSS

p:empty {
    display:none;
}

Thanks

ugh! so simple! thanks!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.