Also, see the mobile view. The text drags all the way down the bottom which doesnt look nice.
Just a couple more questions. Can I stop the text from touching the edge of the screen? I've tried to center it but it doesn't look nice.
Can you let me know which CSS code for the front page view that moves the text from the edge?
Also, how can I limit the text? Like to show the introduction and then they click to "continue reading" to see the rest.
@media (max-width:768px)
{
#eb .eb-blog-grid {
display: block;
}
}