This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #174531
     javart
    Participant

    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?

    #174563
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #174862
     javart
    Participant

    It 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.
    #174877
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #174953
     Radu
    Moderator

    Hi,

    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 solution
    #175370
     javart
    Participant

    Great, thanks!

    #175437
     Radu
    Moderator

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?