Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1734983
Blog posts not mobile responsive
Closed

Comments

  • hotspotmarketing started the conversation

    We have a number of blog posts in the section https://ips-pronorm.co.uk/how-to/ but when viewed on a mobile phone, the text doesn't resize to fit the screen - it extends beyond the visible window - see attached screenshot. How can this be fixed?

  •  361
    Filip replied

    Hi there!

    Well, this is strange as it works perfectly fine on my side? I can see no text overlapping. Just checked on an iPhone X and it's all good there, too. What browser and what iPhone do you use? 

    Edit: Okay, I can see it now on a single blog post view - I was looking at the blog index page from the URL you attached before. It's indeed a glitch with the "narrow" blog post content layout. For now, please use this CSS code (to be added in Theme Options / Advanced / Custom CSS):

    .container-narrow {
        max-width: 100%;
        padding: 0 10px;
    }
    

    And we're definitely going to include a fix in a next theme update.

    Kind Regards,
    Veented Team