• Hello,

    My blog/website is nomorenormality.com

    I just changed to the Orvis theme, but my blog post when viewed on mobile is all squashed in the centre of the screen in a very narrow column, making it difficult to read and unpleasant to look at. Does anybody know how I can fix this?

    It would be greatly appreciated!

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Howdy! If you log into your site you should be able to go to “Appearance –> Customize” and then you should see a tab for “Add CSS” or “Custom CSS”. Try pasting this in and saving it and see if it helps:

    @media screen and (max-width: 767px) {
    .single-post .col-md-12 div { padding:0!important; margin:50px 0!important; }
    }

    Thread Starter nmnwordpress

    (@nmnwordpress)

    Hey, thank you so much that has worked for the post!

    Quick further question: The post also shows on my homepage, but this page still has the issue, can I somehow fix this with the same code?

    Thanks again

    Thread Starter nmnwordpress

    (@nmnwordpress)

    Sorry I forgot to tag you in my reply @jessn

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog post squashed in centre on mobile’ is closed to new replies.