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

    It was fine when launched, now several updates later the blog section is not responding properly. The problem is that it does not respond after 767px and blog posts are cropped on mobile. I have not modified any code that would cause this.
    I appreciate how to solve this so it will not happen again. We need to depend on the theme updates not changing how our live sites work.
    http://milestonementoring.com

    #254856

    Hi wintner!

    Please try to insert

    
    @media only screen and (max-width: 767px){
    	#top .fullsize .template-blog .post .entry-content-wrapper {
    	max-width: 500px;
    	}
    }
    

    into the quick css field – this code should make sure that the content scales properly.

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.