My site used to be mobile friendly but now it’s not. Footer and Header don’t work on phone. I have tried deactivating each plugging and then trying to see one by one if there was a defective one. But it didn’t work. I also tried to add the CSS code suggested in another thread. It didn’t work. I’m attaching the screenshots:
Hi @smassana1,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Kind Regards,
Movin
You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
@media (max-width: 991px){
#site-navigation .module.left h1{
font-size: 25px;
}
}
Thank you, @Movin!
You are most welcome here