Okay
  Public Ticket #3547884
Content too wide for mobile
Closed

Comments

  • dianabokje started the conversation

    I'm very pleased with the WPLMs template. There is only one item I can't fix.

    My pages show well on a android phone, but overviews like post doesn't. Half of the content is missing on the right side.

    Thanks for helping

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    @media(max-width:768px){
        .blogpost .excerpt.thumb{
            margin-left:1rem;
            width:calc(100% - 1rem);
        }
        .blogpost .featured{
            max-width:100% !important;
        }
    }
  • dianabokje replied

    This solves the problem, thank you very much.