Hello!
How can I eliminate and completely get rid of the white space at the bottom of these pages below?
http://test.kaitlinco.com/cosabella-trunk-show-la-mode-lingerie/
http://test.kaitlinco.com/contact-2/
Please advise.
Thank you!
Hello!
How can I eliminate and completely get rid of the white space at the bottom of these pages below?
http://test.kaitlinco.com/cosabella-trunk-show-la-mode-lingerie/
http://test.kaitlinco.com/contact-2/
Please advise.
Thank you!
Hi,
Did you change or add anything on the css layouts? The flashlight background should be fixed and cover the browser width and height.
Regards,
Ismael
Everything in the Stylesheet is intact and hasn't been changed... Could you perhaps run Firebug or anything similar to see if there is anything wrong in my stylesheet?
Thank you!
Hi mimishkoumish,
I tried to check again your site and my browser gives me this error: Oops! Google Chrome could not find test.kaitlinco.com
Regards,
Ismael
Hi,
Sorry, we did a domain rename, here are the new pages to check out:
http://www.kaitlinco.com/?page_id=135
http://www.kaitlinco.com/?p=1022
At the second link, there's a huge chunk of white space at the bottom.
This really needs to be fixed.
Thank you so much!
Hi mimishkoumish,
Try to add this in your Quick CSS or custom.css:
html, body {
background-attachment: fixed;
}
or
html, body {
background-attachment: fixed !important;
}
Hope this helps. :)
Regards,
Ismael
Is there a way to fix it for mobile and tablet devices as well? That worked perfect for browsers on the computer, thank you!
Hey!
Afaik many mobile devices (like older iphones, etc.) do not support the background-attachment: fixed attribute and it's not easily possible to replicate the css code with eg js/jquery code.
Regards,
Peter
You must log in to post.