Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #594638

    Hi – I just discovered a responsive tester site and tried it with mine http://youresponsive.com/device?url=dominiquehurley.com

    I see that the text box inside the slider doesn’t reduce in font enough to fit the whole caption in the box in many of the smaller phones.
    https://www.dropbox.com/s/i1rai2q47buof8g/Screen%20Shot%202016-03-07%20at%205.27.23%20PM.png?dl=0

    And testimonials way down the page on the horizontal ipad cut the 2 columns into 1.25.
    Any advice? Thanks.

    #596178

    Hi dominiquehurley!

    Thank you for using Enfold.

    You can either hide the caption on mobile or decrease the font size. Try this:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 10px!important;
    }
    }

    If you want to remove it completely, use this:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
        display: none !important;
    }
    }

    Regards,
    Ismael

    #596214

    Hi Ismael, I put in the code to reduce the font size, but it didn’t change. Those words are my key marketing / targeting messages so I’d like to keep them. Do you have another code line that may work better? Thank you.

    #596225

    Hey!

    The code Ismael provided is for hiding it.
    If you want to change the size, you need to to convert it

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 10px !important;
    }
    }

    let me know if you need anything else

    Regards,
    Basilis

    #596230

    Hi- that’s the code I used in Ismael’s first part of the message – he provided 2 options. I cut and pasted yours just in case but there are no changes. I’ve changed to cloud hosting – does that slow down changes I would see because the info is cached all over? Hmmm…

    #596312

    Good news – further to message above, a few hours later it had changed on yourresponsive.com . The font has shrunk and it’s now responsive on most of them, but not the Android portrait. The textbox is very narrow and so my sentences aren’t all there. See sreenshot https://www.dropbox.com/s/ur28lwx7seapfl2/Screen%20Shot%202016-03-10%20at%209.53.53%20AM.png?dl=0

    Not sure if there’s anything we can do about that.

    Are there other non-responsive items in Enfold that I should be checking? That need extra code?

    Thanks again.

    #598663

    Hey!

    I don’t get the same result when checking your website on my mobile device. It seems totally fine to me. Which device are you using?

    Best regards,
    Andy

    #598667

    It’s on this website – 3rd device down – the Android portrait
    http://youresponsive.com/device?url=dominiquehurley.com
    Thanks.

    #600418

    Hey!

    well, this is for very old devices only, which are not supported anymore. Newer devices are working as expected.

    Cheers!
    Andy

    #600420

    Great. Thanks. Resolved.

    #600427

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘slider not completely responsive’ is closed to new replies.