Hallo,
the mobile view from my home page several links are not looking fine, many Headlines are cut away, as well as the photo of home page is somehow positioned wrong. Could you please help me here. Links in private content.
thank you!
Diana
Hey ddzaviza,
Thank you for the inquiry.
You can use this css code to adjust the font size of the heading element on mobile view.
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top #wrap_all .all_colors h3 {
font-size: 20px;
}
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, and purge the cache.
Best regards,
Ismael