Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Title of pages hidden in mobile’ is closed to new replies.
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