• Resolved vintaege

    (@vintaege)


    Hi,

    Everything looks fine on desktop and tablet view, but when I went on the website via mobile, I noticed the fonts look very cramped. I’m not sure if it’s the font size causing the problems, but I personally don’t think so.

    For example, in this picture, you can tell the positioning is all wonky, and the background color also carried over. Is there a way to remove the background area?

    Here you can also see the poor sizing and positioning of the text. I would like the website, on mobile view, to look more like this.

    I’m using the free version of Kate. Thank you!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us.

    Please try to add this css to Appearance → Customize → Additional CSS:

    @media (max-width: 767px) {
        .blog-feed-posts .entry-summary {
            text-align: initial;
        }
    
        .blog-feed-posts .entry-summary p {
            padding-left: 0;
        }
        
        body.custom-background .main-wrapper {
            margin-left: 0;
            margin-right: 0;
        }
    }

    Hope that helps. Thank you for your time in this.

    Best regards

    Thread Starter vintaege

    (@vintaege)

    It’s great, thank you!

    Hi @vintaege,

    I’m glad to hear that it’s working out for you.

    Would you please take some time out from your busy day to leave us a quick review?
    We’d really appreciate it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile view looks cramped’ is closed to new replies.