- AuthorPosts
- May 21, 2018 at 4:37 pm #22541Anonymous UserMember
After publishing some of my first blog posts this weekend, I discovered they show up horribly on mobile, regardless of the margin and padding settings I use. Currently, I have the margins and padding customized for better viewing on desktop. On mobile and tablet, the text shows up as a single line of letters flowing forever down the page one-by-one. The title of the articles are also not responding appropriately on mobile. You can view the following as an example: https://expertlypaul.com/life/four-burners-theory/
May 22, 2018 at 9:26 am #22542Christopher MMemberHello Paul,
Thanks for submitting a question about the mobile responsiveness of your blog posts. It seems there are a few lines of CSS padding and margin control affecting this content area:
padding-right: 5em;
padding-left: 5em;
margin-right: 100px;
margin-left: 100px;Without these, the content displays nicely on mobile. I can only guess that these were added to the theme, because this is the first time I’ve seen that kind of behavior in a page layout.
Best,
Christopher M.
- AuthorPosts
- The topic ‘Why are my blog posts not responsive on mobile or tablet?’ is closed to new replies.