Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1092226

    Hi there,

    On the Homepage I have changed the Caption Title Font Size and Caption Content Font Size, but if you look at it on a phone parts of the words in the captions overlaying the slider are still not visible/partly covered. staging.pointgreyfiesta.net

    Please help, thanks,
    Carolin

    #1092963

    Hey Carolin,
    Thanks for the login, I took a look at your page and found that at mobile you slider was only 92px high which is not enough room for your text, so I increased it to 150px and the text seems to fit good now. Please clear your browser cache and check.
    You will see on your page a new code block with this code in it:

    <style>
    @media only screen and (max-width: 767px) { 
    #full_slider_1 > div > ul > li > a > img {
    min-height: 150px !important; 
    }
    }
    </style>

    This is what is making the changes, I added it here until you had a chance to review, if you want to delete it and add the css to your Quick CSS, that would be fine:

    
    @media only screen and (max-width: 767px) { 
    #full_slider_1 > div > ul > li > a > img {
    min-height: 150px !important; 
    }
    }
    

    Best regards,
    Mike

    #1093445

    Hi Mike,

    thanks for your help! I can see all the text in the captions on a phone now :)
    Though I don’t see your code block when I go into edit on the Homepage :(

    Though I wonder if the slider should be taller on mobile/phone view so that the caption text would be larger as well. It’s difficult to read on a phone.
    I understand that the slider images would get cut on a phone on the left and right side to make it taller which would be fine.

    Thanks!
    Carolin

    #1093476

    Hi,
    Perhaps a good solution would be to also use a full-screen slider for mobile devices only. You can choose which slider to show in the screen options tab of the slider.

    Best regards,
    Mike

    #1093730

    Thanks Mike, yes great idea and it looks better now.
    Carolin

    #1093773

    Hi,
    Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?

    Best regards,
    Mike

    #1094238

    Yes you can. Thanks!

    #1094255

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Caption not fully visible’ is closed to new replies.