Page creates Black BG on small browser?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 18, 2014 7:20 am
Reply with quote
Report this post
Hi again,

If I make my browser smaller and the bottom scroll bar appears, my page create a Black Background to the right if I scroll over? Anyway I can stop this?

Screenshot attached.

Much appreciated,

https://www.allcelltech.com/testing/
User avatar
Junior Boarder

GK User
Fri Apr 18, 2014 6:37 pm
Reply with quote
Report this post
Hello,

Your problem is caused by fact that your content is not responsive.

You can fix the black background problem by changing in the css/template.css file the following fragment:

Code: Select all
#gkBg {
background: #fff;
}


to:

Code: Select all
#gkBg {
background: #fff;
min-width: 1280px;
}
User avatar
Administrator

GK User
Fri Apr 18, 2014 6:43 pm
Reply with quote
Report this post
Thanks that worked, I would have loved to use the responsive feature, but due to having so many content on my main menu, the drop down style menu on mobile devices won't work for me. I wish you guys had the side menu offered on the regular website to be available on mobile?

Thanks again :)
User avatar
Junior Boarder

GK User
Fri Apr 18, 2014 7:00 pm
Reply with quote
Report this post
Unfortunately if you enable the aside menu then it must be visible in all devices.
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.