Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #289038

    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

    #289114

    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

    #290251

    Thanks Yigit, that’s much better.
    Best
    /D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove excessive spacing between layout elements’ is closed to new replies.