Tagged: enfold
HI there, I’m wondering if it’s possible to remove the spacing between the layout elements on my blog pages. Between the first paragraph (1/1) and the second paragraph (1/2 + 1/2) there’s too much blank space.
See the image below.
I tried using this CSS code but it’s not working (I had a similar issue on another page and just adjusted for a 1/2 layout).
div.flex_column.av_one_full.first.avia-builder-el-2.el_after_av_one_half.avia-builder-el-last.column-top-margin {
margin-top: 5px;
}
Can you help please?
Thanks
/Deirdre
Hi dcashion!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .column-top-margin {
margin-top: 10px;
}
Cheers!
Yigit
Thanks Yigit, that’s much better.
Best
/D