Comment to Space Between Blocks and Timeline Posts
-
Hello Tim Burleigh !
You may reduce the paddings for .bx-def-padding-sec-topbottom class in Custom Styles area of your template.
Hello Tim Burleigh !
You may reduce the paddings for .bx-def-padding-sec-topbottom class in Custom Styles area of your template.
How would I eliminate the padding on both left and right to give more room for posts.
You may try to set smth like:
.bx-content-padding-block {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
That did not work.