Want to avoid adding height to .su-post
-
If you look at the four posts under the slider on the home page at https://0e8.7cd.myftpupload.com/
you see a gap between the 3rd post and the 1st one.
I fixed this on the production site by adding:
height:28em;height:30rem; which works on most screens.However I would rather set the height to auto as that would give better results on some screen sizes. Is there a better way to fix the gap? Seems like the blog page doesn’t have this issue.Hereis the current code with the height changed to auto:.home .su-posts-default-loop .su-post{height:auto; background:#eee !important;width:40%;float:left;margin-left:5%;margin-right:5%;margin-top:0;margin-bottom:33px;-moz-border-radius: 10px;padding:0 !important;}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Want to avoid adding height to .su-post’ is closed to new replies.