Hey.. Again! :)
I have a couple of problems when viewing my site on Phones.
1. Long words is being cut. Is there a way to fix that?
2. On my homepage, I have a Fullwidth slider. The text in the sliders is far to big on Phones. Is there a way to fix that? Or do I have to Remove the slider (or text) on Phones?
Thanks for a great theme and support!
/Martin
Hey Martin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
h1.av-special-heading-tag { font-size: 30px!important; }
.slideshow_caption { display: none; }}
Regards,
Yigit
Hi again, it works fine!
But I found another problem: Long words on iconlists is being cut. Is there a way to fix that?
Hey!
Can you post the link to your page where you have iconlist please? Could not find it :/
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) {
h4.iconlist_title { font-size: 16px; }}
@media only screen and (max-width: 990px) and (min-width: 768px) {
.iconlist_content_wrap { margin-left: -20px; }}
Best regards,
Yigit
Thanks! I’ve made some changes in your code, and now it’s fine. You can close this.
Best support!
/Martin