Viewing 1 replies (of 1 total)
  • Theme Author Carolina Nymark

    (@poena)

    Hi

    You can try adding this to the Additional CSS option in the customizer.
    It doesn’t hide the first post, but displays it in the column with the other posts.

    
    .blog article:nth-child(1), .home article:nth-child(1) {
        grid-column: span 3;
    	  padding: 1.5em !important;
    }
    
    @media screen and (max-width: 840px) {
    	article {
        grid-column: 1/1 !important;
    	}
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove FIRST POST’ is closed to new replies.