Layout of Posts

Hi! I can’t seem to figure out how to make the layout of my posts the same. I want every page to look like the first two entries on the first page. Please see attached photo for reference. Hope you can help me out soon! Thank you! :slight_smile:

Hi @janinasantos,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.blog.home article .post-inner-content{
  border-bottom:1px solid #dedede !important;
  margin-bottom: 10px
}

.blog.home article:last-child .post-inner-content{
  border-bottom: 0 !important;
}

.blog.home article {
    width: 100% !important;
    padding: 0 !important;
}

Best Regards,
Movin

It worked! Appreciate the help, Movin! :slight_smile:

You are most welcome here :slight_smile:

Hi Movin,
I would like to do the opposite: I would like to remove the first two entries so that it looks like the bottom ones only. This is my site: http://www.thingsilearnedgrowingup.com/

Please let me know how!

THANK YOU!! :slight_smile:

Hi again! I don’t know how to delete this request, but I figured it out by reading some of your other replies! Thanks a lot!!

@kazu Awesome great to see you got that figured out.

You don’t need to delete your replies.