Hey,
When there is only one sentence in a blog post:
http://www.elleagnes.se/2017/11/11/the-union-kitchen/
it does not look so good on the mobile view
Why?
Thanks
Charlotte
Hey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) {
#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: left;
}}
Best regards,
Yigit
Thanks :)