Footer turns black in mobile when item contains attachments

GK User
Thu Dec 31, 2015 5:52 pm
Hi,
I use Steakhouse in this site: http://yogitopi.com/
There's a page where the menu links to a K2 item that contains attachments: http://yogitopi.com/intro/nutrition.html
Everything is ok when viewing on large screen, but when it comes to mobile and small screen devices, the footer background turns black, wipe out everything. You can use mobiles to check, or can simply minimize the browser and scroll down to bottom.
Some other pages are also use the same menu type (single K2 item link), but don't contain any attachment, and everything works ok. Example: http://yogitopi.com/intro/construction-services.html

Any help would be appreciated!
User avatar
Expert Boarder

teitbite
Fri Jan 01, 2016 3:11 pm
Hi

Add this to override.css

Code: Select all
@media only screen and (max-width:1040px) {
body {
    background: #fff none repeat scroll 0 0;
}
}
User avatar
Moderator


cron