twentyseventeen white space between posts in mobile view
-
I am using a child twentyseventeen theme. There is too much white space between posts but only on mobile devices. I also created a taxonomy header for each category. If I reduce the top margin, it interferes with the display on the top post. I have reduced the bottom margin as much as I can using this, but think negative margins are a sloppy workaround.
In a section for (max-width: 480px)
/*this reduced space after between articles but not enough*/
.site-content .site-main article {
padding-bottom: .1em;
margin-bottom: -5em;}
Any ideas?
The page I need help with: [log in to see the link]
- The topic ‘twentyseventeen white space between posts in mobile view’ is closed to new replies.