Closed dennis2menace closed 3 years ago
Hello @dennis2menace ,
thank you for raising this issue.
I'm not sure if I understand your issue fully. Could you provide more explanation and / or a screenshot and could you please verify if the issue occurs only on Boost Campus or also on theme Boost? Which versions of Moodle and Boost Campus do you use?
Your proposed solution seems a little bit critical to me as you change a general CSS class that is applied in many places throughout Moodle.
Best, Kathrin
The issue only appears on boost_campus. I use the latest version of boost_campus from this git (yesterday about midnight) and Boost delivered with Moodle 3.9.1. The footer is cutted off on the left site:
on the right site, there´s too much space, so you can swipe the mobile site to the right by accident:
It is only appearing on mobile devices <520px. On iPad it is fine:
Hi @dennis2menace ,
thanks for your further explanation and providing screenshots. Unfortunately I've got no physical device to test your scenario with. So I can only try to simulate this with the browser tools.
However, the simulation in the browser displays everything well with small resolution an not footer blocks enabled:
Having a look at your navigation bar, I'm wondering that your burger menu item is not on the left side. So I assume you use a child theme of Boost Campus or added rules to the RAW SCSS section?
Can you reproduce the problem on a core Moodle 3.9 with a freshly installed Boost Campus, too?
Best, Kathrin
Hi @dennis2menace ,
we surely would have liked to solve this problem.
However, as there wasn't any feedback anymore from you to @Kathrin84 's questions, I will close this now. Please don't hesitate to come back again if you have more information for us.
Cheers, Alex
If you don´t use a layout with different blocks, the Footer is not completely visible due to the CSS: .row-fluid { margin-right: -15px; margin-left: -15px; } I changed it in the advanced settings (raw scss) to .row-fluid { margin-right: 15px; margin-left: 15px; } CIAO Dennis