[Resolved] Content title moved when Beaver Builder is used

Home Forums Support [Resolved] Content title moved when Beaver Builder is used

Home Forums Support Content title moved when Beaver Builder is used

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #165906
    Fernando Díaz Gascón

    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/

    #165935
    Tom
    Lead Developer
    Lead Developer

    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.

    #165973
    Fernando Díaz Gascón

    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.

    #166007
    Tom
    Lead Developer
    Lead Developer

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

    #166018
    Fernando Díaz Gascón

    Im going to do that.
    Thanks!

    #166063
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.