I have finished my website but I have a last problem to fix. I have added links under the copyright on the overlay menu, but my links, the copyright and the social icons disappear on mobile. Can you help me with that please? How can I display these elements on a mobile (responsive issue)?
I tried this value in the additional CSS but it doesn't change anything. The copyright section is still over the menu... You can see at [email protected] and display the site for mobile with the inspector.
Hello,
I have finished my website but I have a last problem to fix. I have added links under the copyright on the overlay menu, but my links, the copyright and the social icons disappear on mobile. Can you help me with that please? How can I display these elements on a mobile (responsive issue)?
Thank you
Hello Romain
could you try adding:
@media only screen and (max-width: 767px){
.menu-footer {
display: block !important;
}
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello !
It works ! Thank you so much.
No I need to optimize something because the site is really slow but I don't think you can help me.
Thx again
Romain
Hello again,
Sorry I have a last issue :
The copyright section is displayed on mobile but on the menu (centered). How can I fix it at the bottom please?
Thank you
Romain
Hello Romain,
You can try playing around with this value:
@media only screen and (max-width: 767px){
.copyright {
margin-bottom: 25px;
}
}
you can decrease 25px and add the code to customizer -> additional CSS
Here are some tips to improve the speed of your site:
How to optimise the speed of my website?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello,
Thank you for your answer.
I tried this value in the additional CSS but it doesn't change anything. The copyright section is still over the menu...
You can see at [email protected] and display the site for mobile with the inspector.
Thank you for the tips to optimise the site.
Best regards
Hi Romain,
then try
@media only screen and (max-width: 767px){
.menu-footer {
padding-bottom: 0px;
}
}
in customizer -> additional CSS
Send us wp admin access if you are still having difficulties
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hey hello,
You're the best ! it works now :-) I am happy
A bientôt peut-être, bon week-end et encore merci pour tout
Romain
Sorry my French is not so good, but:
De rien, bon week-end!
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy