-
Author
-
September 23, 2017 at 17:13 #174531javartParticipant
The 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_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 26, 2017 at 18:19 #174862javartParticipantIt 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.
Attachments:
You must be logged in to view attached files.September 26, 2017 at 20:15 #174877Kieran_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 27, 2017 at 16:03 #174953RaduModeratorHi,
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 #175437RaduModeratorCheers
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.