[Support request] Erase Space between Page Builder Containers

Home Forums Support [Support request] Erase Space between Page Builder Containers

Home Forums Support Erase Space between Page Builder Containers

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1609001
    Thomas

    Hello, I want to erase the space between two Site Origin PageBuilder Textwidgets.

    Here is the source code:

    Element:
    siteorigin-widget-tinymce textwidget

    <div class="siteorigin-widget-tinymce textwidget"><p><strong>Zum 1. Januar 2021 haben die Kirchengemeinden Biberach-Kirchhausen und Fürfeld zur <span style="color: #ff0000;">Evangelischen Kirchengemeinde Biberach-Kirchhausen-Fürfeld</span> fusioniert.</strong></p><p>Hier finden Sie Informationen über uns und unsere Gruppen, Termine und Neuigkeiten, Angebote und Informationen. Natürlich können Sie uns gerne auch persönlich sprechen&nbsp;<a title="Kontakt" href="https://ekbkf.de/kontakt/">(<strong>Anschriften und Telefonnummern</strong>).</a> Hier geht es zu den&nbsp;<a title="Termine" href="https://ekbkf.de/termine/"><strong>Terminen in unserer Kirchengemeinde</strong></a>.</p></div>

    Thank you for any help!

    Tom

    #1609015
    Elvin
    Staff
    Customer Support

    Hi,

    Can you link us to the page in question so we could check? We need to see the CSS being loaded on the site to know what’s causing the issue.

    Also, SiteOrigin Widgets Bundle is a third party plugin which is out of our scope. It’s best to ask the plugin developer about issues that you may come across in using their products as they know more about it. 🙂

    #1609091
    Thomas

    I provided the url in the private info. Thanks!

    #1609160
    Elvin
    Staff
    Customer Support

    I’ve checked your site.

    As you can see in this inspection: https://share.getcloudapp.com/2Nu0oeEl

    The space between the 2 grid cell is controlled by justify-content: space-between; placed on the .panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style selector.

    While we can override this with this CSS:

    .panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
        -ms-justify-content: normal;
        justify-content: normal;
    }

    I’m not sure if this is the best practice when dealing with layouts made within SiteOrigin’s pagebuilder. That said, its best to refer to SiteOrigin’s documentation or support forum.

    You can ask for SiteOrigin Widgets Bundle plugin’s developer/support if they have something that controls justify-content property for their grid widgets.

    #1609192
    Thomas

    Thanks very much for your good support!

    Tom

    #1609204
    Elvin
    Staff
    Customer Support

    Thanks very much for your good support!

    No problem. Glad to be of any help. 🙂

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