Site logo

Archived topic

CSS to reduce the Columns Space

5 replies · Started by purnima banik on December 25, 2019

Viewing posts 1–6 of 6

Hi Tom,

I want to reduce the space between the columns horizontally and also the space in between the next column row vertically. All of the columns on my webpage are created with block editor. Please Suggest the Solution to achieve the desired result. I want to achieve this on this webpage is Here.

That worked fine to reduce the spaces between the column, but I also wanted to reduce the gap between the row as well, I mean horizontally.

Hi there,

try this CSS:

.wp-block-columns {
    margin-bottom: 0 !important;
}

.wp-block-column p {
    margin-bottom: 0.5em !important;
}

Thank You, that worked perfectly.

You're welcome

This archived topic is closed to new replies.