Home › Forums › All Other Themes › Mediation Pro: Mobile site extra space above posts
- This topic has 5 replies, 2 voices, and was last updated 3 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
November 11, 2020 at 12:19 pm #168724
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
November 11, 2020 at 12:29 pm #168843Hi,
Kindly use this CSS:
@media screen and (max-width:1023px) { body { background: #fff !important; } }
Regards,
DaveNovember 11, 2020 at 2:36 pm #168864So 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.
November 12, 2020 at 12:57 pm #169021Hi,
Kindly use this CSS to reduce top space.
@media screen and (max-width:479px) { body.blog .lay4 { margin-top:0 !important;} }
Regards,
DaveNovember 12, 2020 at 3:24 pm #169039Nailed it! Thank you.
November 13, 2020 at 8:16 am #169101🙂
-
AuthorPosts
- You must be logged in to reply to this topic.