Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269187
    Florian83
    Participant

    Hi there, I used the following CSS to reduce the white space in mobile view


    @media
    screen and (min-width:100px) {
    .wrapper.singular-section {
    padding:1px;
    }
    .post-archive .content-right {
        padding:1px 1px;
    }
    }

    This works absolutely fine when I’m logged in as admin – see 1st screenshot attached – but when I’m logged out the white space increases again. Any idea what’s that all about?
    Thanks + regards
    Florian

    http://www.infinite-colours.com

    Mobile view logged in as admin

    Mobile view not logged in

    #269223
    tikaram
    Keymaster

    @florian83 : Please try adding the following additional css.

    @media only screen and (max-width: 768px) {
    	.singular-section .content-area .entry-content {
    		padding: 0;
    	}
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #269239
    Florian83
    Participant

    Issue resolved – you’re the best 🙂
    Let me know if I can leave a positive Feedback somewhere. Regards

    #269400
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce white space on mobile view’ is closed to new replies.