Hey guys,
*** Please Help ***
I’m not sure why all ‘Special Headings’ on my client site are running off the edge of the screen on mobile devices (when viewing in portrait mode)
Any help much appreciated. See login credentials supplied :)
Many thanks,
Steve
Hey Steve,
Can you try adding this CSS code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .av-special-heading-tag {
word-break: break-word;
}
}
Hope it helps.
Best regards,
Nikko
Hey Nikko,
Thanks for your response back in December. However, your CSS code doesn’t fix the issue? Please may you investigate for me :)
Many thanks,
Steve
Hi Steve,
Thanks for the update. I activated the option to delete the old CSS and JS files under Enfold->Performance, and the CSS is applying to your site now.
Best regards,
Rikard
Amazing, thank you for resolving. Very much appreciated. Finally, may I also ask for some custom CSS to change all the H1 Special Headings to a slightly smaller size on mobile devices, please? Thanks in advance!
Hi goodinkcreative,
Please try adding this CSS code in Quick CSS:
@media only screen and (max-width:767px) {
#top #wrap_all #main h1 {
font-size: 36px;
}
}
Best regards,
Nikko