Site logo

[Support request] Single post full width in Beaver Builder

Home Forums Support [Support request] Single post full width in Beaver Builder

Home Forums Support Single post full width in Beaver Builder

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1906121
    Bilal

    Hello,

    when I make the single post full width in Beaver Builder, and there is a space in the right column

    How can I fix that issue?

    #1906122
    Ying
    Staff
    Customer Support

    Hi Bilal,

    GP’s content container is full width as you can see in the screenshot.
    https://www.screencast.com/t/SJR7FztVfFe

    The issue is that your Beaver Builder content is not full width.
    https://www.screencast.com/t/9iB5grnb8F

    #1906124
    Bilal

    I’ve tried with a different theme and it is working

    No idea what is wrong

    #1906132
    Bilal

    Hi,

    I tested with another theme and it works fine, when I activate the generatepress plugin blog was broken

    what kind of solution would you suggest, if you like I can send the login information and you can check it

    #1906167
    Elvin
    Staff
    Customer Support

    Hi there,

    The quickest fix to this would be by adding this CSS:

    .fl-builder-content {
        width: 100%;
    }

    But for the sake of best practices, consider checking your Beaver Builder’s global template for the content and make sure its main container is set to go 100% width of its container/viewport.

    #2118547
    Krzysztof

    Hello support,
    I’m facing the same issue from the moment GP switched from floats to flexbox. Since display:flex is applied on the div.site-content container, this issue started to show up. Of course the above css fixes this, the same with flex-direction:column on the container – or even disabling flexbox completely by adding display:block on the container. However, since GP is one of the most popular themes for page builders and Beaver Builder in particular, perhaps you could implement some built in function that would recognize the presence of BB and if so, enable either of the css settings on the container. This way it would work out of the box (as with the floats before) and not forcing users to get frustrated and start looking for help…
    FYI: settings BB row containers to full width doesn’t help. The issue does not show on regular pages, but only on Beaver Themer templates.

    #2118764
    Tom
    Lead Developer
    Lead Developer

    How would I go about reproducing the issue on my end? Or is there something you can link me to?

    We try not to add many third-party plugin compatibility fixes to the theme, as most things should just work out of the box with no tweaks.

    Thanks!

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