Site logo

Archived topic

Content title moved when Beaver Builder is used

5 replies · Started by Fernando Díaz Gascón on January 15, 2016

Viewing posts 1–6 of 6

When I use Beaver Builder in a page, in the GP theme, I have a not wanted effect. The title of the page is moved to the left, without margins. An option is to remove the title and build a title with Beaver Builder, but I would like to leave the default title with the correct margings.

I think the problem is in the style.css (correct me if Im wrong):


/* Beaver Builder */
.fl-builder .container.grid-container {
	max-width: 100%;
}

that makes all beaver builder pages full width, what is necessary to make full-width sections, but it gives me the problem I explain above. I dont know how to solve it.

To see this issue, you can see my web in development with user and pass:

http://econactiva.es.mialias.net/
user: econac289
pass: q7lLHdjD

An example of page without page builder: http://econactiva.es.mialias.net/page-without-page-builder/
An example of page with page builder: http://econactiva.es.mialias.net/page-with-page-builder/

It's a double-edged sword I'm afraid.

Most people using a page builder are using them to create full width sections - if not, using the page builder is most likely overkill on the page.

There's no way in Beaver Builder to tell if the page will be full width or contained, so we go with full width as it's the most popular choice.

You can set it back to the width with some CSS:

.fl-builder .container.grid-container {
    max-width: 1170px;
}

Kind of a pain, as there's no easy solution either way.

Oh, its a pity. For the moment, if no solution is reached, I also choose full width and I will modify the headers in Beaver Builder.

Thanks anyway.

Any reason why you don't remove the default title and add your own in a row using BB?

Im going to do that.
Thanks!

No problem :)

This archived topic is closed to new replies.