Site logo

[Support request] Posts don’t fit on mobile view

Home Forums Support [Support request] Posts don’t fit on mobile view

Home Forums Support Posts don’t fit on mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2556904
    Joan

    Hi, could you please take a look at this post? On my Vivo phone, the right side of the post is slightly cut off (or does not fit). This was after I added the Ajax Load More Single Posts plugin.

    But on the desktop, it works fine. It’s just on the mobile view that I’m having trouble with. 
    Is this something you can help me with?

    Thank you.

    #2556935
    Fernando
    Customer Support

    Hi Joan,

    It seems to be indeed caused by your plugin.

    Can you try adding this through Appearance > Customize > Additional CSS?:

    @media (max-width: 768px){
       .single-post div#primary {
        width: 100%;
    }
    }
    #2556957
    Joan

    Wow! It works! Thank you so much, Fernando! You’ve helped me so much!

    #2556966
    Fernando
    Customer Support

    You’re welcome, Joan!

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