New Landing How can we help? Themeforest Theme Support Flexform Change font size depending on screen size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #10566
    chrisgscott
    Member
    Post count: 16

    I’ve set my testimonials slider to be a fixed height so that it doesn’t change size depending on the testimonial size. Now, the longer testimonials get cut off on the iPad and iPhone. How can I change the font size and line height for only tablets and phones?

    Thanks, love the theme!!

    #10611
    Ben – SUPPORT
    Member
    Post count: 690
    @media all and (max-width: 940px) {
    /* CLASS NAME HERE */
    p{
    font-size:8px;
    }
    

    Using media queries you can have it change to certain heights, for example this is anything under 940px

    Put this in your custom css in general settings

    Thanks
    Ben

    #10613
    chrisgscott
    Member
    Post count: 16

    If I’m reading this correctly, will this effect all p tags? Is there a way to only effect the size of the testimonials? Sorry, pretty clueless about this stuff.

    Thanks!

    #10620
    Ben – SUPPORT
    Member
    Post count: 690

    Yeah that’s just an example and it would change all p tags under 940, if you send me a link to your website with what you what changed and what sizes, if it’s not too much I’ll be able to do it within my support contract

    Thanks
    Ben

    #10625
    chrisgscott
    Member
    Post count: 16

    No problem. I’ve changed all of the testimonial sections globally so that they don’t resize. You can see one of them here – http://www.getpreveal.com

    I’d like to just change the font and line height for only the testimonial sections so that they don’t get cut off on tablets and phones.

    Thanks so much for the help!
    chris.

    #11755
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Chris, sorry for the delay with this one. This should cover it:

    @media all and (max-width: 940px) {
    /* CLASS NAME HERE */
    .testimonial-text {
      font-size: 8px !important;
      line-height: 10px !important;
    }

    This only targets testimonial slider text, adjust values as needed.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #11796
    chrisgscott
    Member
    Post count: 16

    Thank you!!

    #11886
    Cosmin – SUPPORT
    Member
    Post count: 3851

    No problem, glad to help 🙂

    Regards,
    ————————————————————————————————————

    Cosmin – Support

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register