How to get rid of white space on top of the homepage on mobile devices?

Home Forums Gillion Theme How to get rid of white space on top of the homepage on mobile devices?

Home Forums Gillion Theme How to get rid of white space on top of the homepage on mobile devices?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • Nizar
    Participant

    When I set the slider on top of the home page to be shown on desktop only, there is a lot of white space on top of the home page on mobile devices. Is there any possibility top reduce this white space for the mobile website?

     

     

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @Nizar,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Nizar
    Participant

    It’s on the homepage.

    Yes but could you please share me your site URL so that I can access home page?

    Nizar
    Participant

    Oh sorry, totally forgot 🙂

    It’s http://www.arabsounds.net

    I visited your shared site but didn’t see the space on mobile device as shown in the attached screenshot.

     

    Have you managed to remove it?

    Attachments:
    You must be logged in to view attached files.

    Nizar
    Participant

    No it only shows up when I place the slider on the desktop home page.  Just activated the slider so you can check it.

    Solution for this topic

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1200px){
    .home .vc_row.wpb_row.vc_row-fluid.vc_custom_1507736265449 {
        display: none;
    }
    }

    Nizar
    Participant

    Yes! That worked. Thank you!

    You are most welcome here 🙂

Viewing 10 posts - 1 through 10 (of 10 total)