Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #242095
    Kelly Thoreson
    Participant

    Hello!

    I’m trying to add a spacer in between featured post tiles on my homepage. Right now the colored banner that overlays the featured tiles just sort of all run together.

    Thanks!
    my site:
    https://flatlayprops.com/

    #242131
    Skandha
    Participant

    @kthoreson: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 48em) {
    	.featured-content-wrapper.layout-three .hentry {
    		width: 33%;
    	}
    }
    .featured-content-wrapper.layout-three article {
        margin-right: 2px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #242456
    Kelly Thoreson
    Participant

    It worked! Pretty sure you’re a genius 🙂

    #242477
    Skandha
    Participant

    @kthoreson: Thank you for your wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add space in between featured post tiles’ is closed to new replies.