-
Author
-
September 23, 2017 at 17:13 #174531
javart
ParticipantThe main content on any page of my site that is loaded on a mobile app is cutting off the top content. Can you please help to fix this?
September 23, 2017 at 23:38 #174563Kieran_SQ
ModeratorHi,
I checked your site and saw the issue you referenced. I have added the below CSS to your Theme Options > General Settings > Quick CSS which fixes the issue. Please use Ctrl+F5 to see the changes.
COPY CODE@media (max-width: 991px) { #main {margin-top: 88px;} }Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2017 at 18:19 #174862javart
ParticipantIt looks like that CSS just pushed everything down on the mobile page and now there’s a big white space at the top. See the attached screenshot.
Can you please help to fix this asap? Thanks.
September 26, 2017 at 20:15 #174877Kieran_SQ
ModeratorHi,
I am going to ask my colleague @Radu to take a look into this for you as I cannot seem to find a solution, they’ll be in touch within the next 48hrs.
Thanks you for your patience.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 27, 2017 at 16:03 #174953Radu
ModeratorHi,
Just use this CSS instead, tested and it works ok.
COPY CODE@media(max-width:991px) { div#main { margin-top: 88px; } }Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 2, 2017 at 17:32 #175437Radu
ModeratorCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.