Page creates Black BG on small browser?
Rate this topic: 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/
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/
-
- 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:
to:
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;
}
-
- 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
Thanks again
-
- 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.
-
- Administrator
4 posts
• Page 1 of 1