Hi Rene,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update. We’ll be back to you as soon as the update is available. 🙂
Until the next update, simply add the following code snippet to your website:
/**
* FIX: Set Margin on Footer on Course Page
*/
.slideout-mini.grimlock--navigation-fixed-left #after_content, .slideout-mini.grimlock--navigation-fixed-left #footer{
margin-left: 60px;
transition: 0.2s;
}
.grimlock--navigation-fixed-left #after_content, .grimlock--navigation-fixed-left #footer{
margin-left: 275px;
transition: 0.3s;
}
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.
Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
Regards,