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

    Hi guys,

    Our testimonials are being cut off on mobile view. Not all words show up well.

    http://prntscr.com/e8xsth

    Please help, thanks

    #747786

    Hey Krissie,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .avia-testimonial_inner h2 em {
      font-size:16px !important;
    }
    }

    Best regards,
    Rikard

    #747897

    Hi Rikard,

    They are still cutting off.. see screengrab: http://prntscr.com/e9e4nk

    #748226

    Hi,

    The ones you have not wrapped in em tags are cutting off, please try to make all the testimonials consistent or the CSS won’t work for all of them.

    Best regards,
    Rikard

    #749045

    I don’t understand what you mean? I’ve not done anything, just selected the testimonial option within avada. I’ve not added any code. Please clarify what I need to do.

    Thanks

    #749209

    Hi,

    When you add text in the text editor, you have the option to style the text in the toolbar. For instance you can make the text bold/strong, that will wrap the text in a html tag which I targeted with the CSS I gave you. You could try to make your markup consistent by making all your testimonials bold. Or just try this CSS instead:

    @media only screen and (max-width: 767px) {
    .avia-testimonial_inner h2 * {
      font-size:16px !important;
    }
    }

    And by Avada you mean Enfold I presume?

    Best regards,
    Rikard

    #749257

    Ah, I see what you mean.. the italics! I didn’t even do that, how strange.

    I’ll do that instead.

    Thanks for your help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.