Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22541

    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/

    #22542

    Hello 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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Why are my blog posts not responsive on mobile or tablet?’ is closed to new replies.