Mediation Pro: Mobile site extra space above posts

Home Forums All Other Themes Mediation Pro: Mobile site extra space above posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #168724
    Mark FisherMark Fisher
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: December 1, 2019

    Good morning…still squashing bugs

    Site URL: https://capricornhealthcareconsultants.com

    When in the mobile view, when viewing the Posts page, there is a large dark space between the header and the first post. I’m not what it is a part of…but see the image below.

    We would like to reduce this to just a thing strip. TIA
    Mobile posts too much space

    #168843
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS:

    @media screen and (max-width:1023px) {
    body {
        background: #fff !important;
    }
    }

    Regards,
    Dave

    #168864
    Mark FisherMark Fisher
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: December 1, 2019

    So that solution was not even close. As expected, it only turned the background white.
    Therefore these things happened:

    1) The space at the top of the “News and Events” page was still there, it was just white.

    2) Turning the background white made the menu toggle invisible on all mobile pages. That’s definitely most unacceptable!

    We would like to reduce the space before the first post, not adjust the color. Thank you in advance for trying again.

    #169021
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to reduce top space.

    @media screen and (max-width:479px) {
    body.blog .lay4 { margin-top:0 !important;}
    }

    Regards,
    Dave

    #169039
    Mark FisherMark Fisher
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: December 1, 2019

    Nailed it! Thank you.

    #169101
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    🙂

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