- Edited
I have a problem in homepage of 'overlapping' at the bottom between footer and copyright modules.
I tried to adapt the 'home' template but nothing to do.
Any suggestions?
Thank you!
max
I have a problem in homepage of 'overlapping' at the bottom between footer and copyright modules.
I tried to adapt the 'home' template but nothing to do.
Any suggestions?
Thank you!
max
Hi @max-santiago,
You can go to template Dashboard > Tools tab > Edit button (Edit Custom CSS) and add below css rules to the editor.
@media (min-width: 1920px) {
.t4-footer + #t4-copyright {
margin-top: 0;
}
}
Then save and reload your website to see the changes.
cssyeah thanks for reply,
but this doesn't solve my issue...
M.
Hi,
I can't see the custom style for the footer on your website. How can I access to the back-end of your website? I want to access the back-end to check the custom style.
Regards,
The 403 error appears when I try to login to your back-end of your website. Please help me check again.
Hi @max-santiago,
Thank you very much for your information. I updated the custom style in your back-end and it worked as you expected. Please reload your website to view the change.
Regards,
cssyeah thanks!
Max