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?
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
It’s on the homepage.
Yes but could you please share me your site URL so that I can access home page?
Oh sorry, totally forgot š
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?
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; } }
Yes! That worked. Thank you!
You are most welcome here š