Hello, the title of my pages are under the sticky header in mobile phone, you can see it here: iomm.es
Any suggestions? Thank you
Hey Carmen,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) {
.responsive #top #main {
padding-top: 112px!important;
}}
Best regards,
Yigit
Thank you! working well now!
Regards