End of Support for Joomla 3 - Forum closed
[SOLVED] Scrollbar visible on bottom
Hallo Community,
I am using the Snowflake-Template for this page:
gfh.label-3.com/index.php/de/
When in mobile mode a scrollbar is visible on bottom.
I really can't figure out, why. Any help is highly appreciated.
Regards,
Patrick
I am using the Snowflake-Template for this page:
gfh.label-3.com/index.php/de/
When in mobile mode a scrollbar is visible on bottom.
I really can't figure out, why. Any help is highly appreciated.
Regards,
Patrick
by LabeL3
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
it depends on your slide images or slideshow. The slideshow at the top is not responsive!
it depends on your slide images or slideshow. The slideshow at the top is not responsive!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Thanks for the advice. But I don't really think, that that's it. Even if I completely disable all modules on the position, the scrollbar is still visible.
by LabeL3
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Please check your css/custom.css, there are some issues:
Disable the footer and the scrollbar is hidden, therefore it depends on your footer code!
.footer-lr-outer {
background: #ffffff none repeat scroll 0 0;
margin-bottom: 0 !important;
margin-left: -150px;
margin-right: -150px;
padding-left: 176px;
padding-right: 150px;
}
.footer-lr-outer {
background: #d9d9d9 none repeat scroll 0 0;
padding-bottom: 40px;
padding-top: 40px;
}
.footer-lr-outer, .footer-a-outer {
margin-left: -150px;
margin-right: -150px;
padding: 40px 50px;
}
Disable the footer and the scrollbar is hidden, therefore it depends on your footer code!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: LabeL3
Please Log in or Create an account to join the conversation.
Thanx so much! Problem solved!
by LabeL3
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates