Tagged: Blog, font, mobile, spacing, unresponsive
Hi. I love the Enfold theme, but my blog looks awful on mobile. The font is too large and the spacing is super weird. Everything is up to date, so not sure what or how to fix it. Thank you!
Hey n4science,
Try adding the following to quick css:
@media only screen and (max-width: 767px) {
.entry-content p{
font-size:12px!important;
line-height:10px!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks so much! That seemed to fix the font size. One more quick question, is there any way to format the posts on mobile to align the text to the left instead of center?
-Nikki
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.entry-content{
text-align:left!important
}}
Best regards,
Jordan Shannon
Hooray! Looks perfect! Thank you so so much!
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon