Viewing 4 replies - 1 through 4 (of 4 total)
  • The author bio box from the Social Author Bio is set to a fixed width of 585px, so it’s pushing the right margin of the page out beyond the width of a standard phone. That’s why it’s not manifesting on the home page, because the bio box doesn’t show up there.

    You can fix it by adding this rule to the Custom CSS field (Appearance > Customize, expand the CSS section):

    .entry-content #author-bio-box,
    .entry-content .bio-socials {
       width: auto;
    }

    Thread Starter wonderstrumpet

    (@wonderstrumpet)

    thanks for the reply, CrouchingBruin! I added that bit, but no joy. The social author bio does spread across the whole screen now (thanks!), but the post itself is still squished over into the left half.

    Hmm, I just took a look at the source of one of your single pages and I can’t see the CSS being used in the custom CSS section.

    Thread Starter wonderstrumpet

    (@wonderstrumpet)

    OH. I deleted the cache and it seems to be working now!

    Thanks so much for your help!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single page view not showing correctly on mobile’ is closed to new replies.