-
Closed
-
Hello,
I have some troubles with some big white or gray spaces on some pages. how can i get rid of them?
its especially visible while your on mobile size. for example look at ”maak een afspraak” page on my site : http://www.lookssalon.nlI hope u can help me!
Gr Jim
and now i also noticed a dark blue border underneath the slider.
how can i remove that too?
Hi,
Please go to Theme Options -> Header -> Header Widgets
Find the setting -> Number of widget cols in header
Select the first option and save changes.
Please clear your cache plugin or server cache, if there is any.
Please get back to me, after you had done the above.
We will proceed with using Custom CSS to fix remaining issues.
Thank you
That worked a bit!
But still there is a space underneath the slider. on the contact page.
I noticed that in that space usually the google maps plugin is.
I hope u can help me further with your custom css 🙂
thanks in forward!
Gr Jim
Hi Jim,
Thanks for contacting us.
I don’t seem to get the page you’re referring to. Kindly could you share with me the link to that page so that I may figure out the right CSS for you.
Looking forward to your reply.
ofcourse its this page : http://lookssalon.nl/afspraak-2/
And on all the pages there is a blue stroke underneath the slider. and if i turn that off there is a weird gradient in the stroke.
Thanks for your help already!
Gr Jim
Hi,
Found the following CSS codes.
.t4press-flexslider .background {
background-position: center top !important;
background-size: 100% auto !important;
}
Did you add them yourself?
The background-size css code is the problem.
If you remove the background-size, it will cover the entire div.
Thank you.
yes i add them myself.
because if i remove that code the image in the slider is not responsive.
so thats the problem how can i solve that?
Gr Jim
Hi Jim,
Thanks for reaching out to us again.
Kindly use the following code to remove the white blank space below the slider:
.page-template-contact-php #gmap {
display: none!important;
}
For the dark blue stroke underneath the slider, kindly could you remove the code you added so that I may figure out how the issue is and help.
Looking forward to your reply.
Thanks! the white spaces are gone!
Much apreciated!
Could you also provide a code to get rid of the dark blue spaces?
Thanks in forward !
Hi Jim,
Try out the following code:
.bgimgcolum {
padding-bottom: 27%!important;
}
I hope that helps.
The topic Big spaces in mobile is closed to new replies