Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #324286

    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

    #324290

    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

    #325505

    Hi again, it works fine!

    But I found another problem: Long words on iconlists is being cut. Is there a way to fix that?

    #325570

    Hey!

    Can you post the link to your page where you have iconlist please? Could not find it :/

    Cheers!
    Yigit

    #326378
    This reply has been marked as private.
    #326516

    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

    #326579

    Thanks! I’ve made some changes in your code, and now it’s fine. You can close this.

    Best support!

    /Martin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile problems’ is closed to new replies.