Site logo

Archived topic

Headings on Pages using Page Builder (Beaver Builder) and how I can customise

3 replies · Started by Stacey on September 17, 2017

Viewing posts 1–4 of 4

Hello

I'm just switching to Generate Press with Beaver Builder for some of the pages.
On the pages that have the page builder activated the Page Title is out of alignment.
Can you help me to fix this - I am not sure if it is a setting or CSS

This is a page where there is the issue
http://sca.swish-it.com/acupuncture-north-london/acupuncture-winchmore-hill/

And an example page which is just using the Wordpress Editor for the content - this is how I would like the headings to be formatted
http://sca.swish-it.com/acupuncture-prices/

Thank you in advance
Stacey

Hi there,

The problem is actually that your BB content has some extra padding.

You can likely that fix that within the plugin, or try this CSS:

.fl-row-content-wrap {
    padding: 0;
}
.fl-module-content {
    margin: 0;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Thank you

No problem.

This archived topic is closed to new replies.