Home>Support>Bottom spacing between widgets in a row

Bottom spacing between widgets in a row

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

It would be nice to have a field in the row settings, like it has for the row bottom margin and the horizontal spacing of the widgets. Could be there a vertical spacing too?
So we dont have to manually css all widgets spacing, or set all spacing to zero. If we need zero spacing, could set it in the row settings.

OR is there any kinda css what we can use now at the row settings’ css styles?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Soulstructures,

    In the next Page Builder update (2.5), we’re introducing a row layout setting called Cell Vertical Alignment. This will allow you to control how things appear structure wise. Is that sort of what you’re after? If not, can you please elaborate?

  2. 8 years, 3 months ago soulstructures

    No, I meant the spacing between widgets in a row.
    I have a row, with 3 coloumns. I wanna have a title for each coloumn with a background color, a picture under them, and some descriptions with also a background color. And I want them just under each other without any spacing.

    Check the first row: http://cityrent.hu/autoink/

    Even with the description I really want just a tiny 1-2-3 px spacing, so it looks like a table with horizontal separators (which is the background color of the content area), that would look sexy :)

  3. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Soulstructures,

    Please open the row you wish to remove the horizontal spacing between widgets from by clicking the wrench icon. Head over to the row styles sidebar and open the Attribute settings group. Set the row class to tiny-widget_spacer and then save the page.

    Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    .tiny-widget_spacer .so-panel {
    	margin-bottom: 0 !important;
    }
    

    How does that look?
    You might also need to install the SiteOrigin CSS Editor.

  4. 8 years, 3 months ago soulstructures

    Looks the same :(
    I applied the CSS class to all widgets in the upper left block, copied the CSS snippet into the CSS Editor (yes, I already have it and love it :) ), but nothing changes

  5. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Soulstructures,

    tiny-widget_spacer needs to be applied to the row rather than the widget itself.

  6. 8 years, 3 months ago soulstructures

    Ahh thanks, missed that info.
    Now, its almost perfect: it just has a little spacing between the image and the textbox under. (see the link, the upperleft part is totally what you suggested, i’m experimenting with the others :) )

  7. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Soulstructures,

    Please add the following CSS to WP AdminAppearanceCustom CSS:

    .sow-image-container {
    	line-height: 0;
    }
    

    How does that look?

    You might also need to install the SiteOrigin CSS Editor.

  8. 8 years, 3 months ago soulstructures

    Alex, thank you a lot! :)
    It’s perfect now :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More