Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #816103

    Hello and thank you in advance

    This is the site I will be referencing these edits for

    I am attempting to get rid of the negative space between the featured blogs here –
    blog negative horizontal space

    Thank you!

    #816105

    Hey dvus4l,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .home #av_section_1 .av_one_fourth {
        margin-left: 1%;
        width: 24%;
    }
    

    Best regards,
    Yigit

    #822238

    Hi Yigit,

    That does work, however, the client would like to remove a bit more of the negative space between posts. Doable?

    Thank you in advance!

    #822452

    Hi,

    You can simply adjust the percentages Yigit provided to get the space exactly what where you need it.

    Best regards,
    Jordan Shannon

    #822829

    Jordan,

    I have attempted manipulating the current percentages and can not find a sweet spot as when I make said adjustments it is easily discombobulated and the blogs get misplaced on their line as I would like them to remain in one row.

    Please advise and thank you in advance

    #822931

    Hi,

    Please try using following code instead

    .home #av_section_1 .av_one_fourth {
        margin-left: 0.5%;
        width: 24.5%;
    }

    Best regards,
    Yigit

    #832370

    Yigit,

    This can be marked as solved. Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Negative Space Between Blogs’ is closed to new replies.