Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #454035

    At the bottom of my homepage I have a “testimonial slider (large)” I just updated the theme to the latest version 3.2 and now the formatting is off on my iPhone in portrait and landscape mode. I want to increase the margin size to go full width. You had provided me the code below which was working great until the most recent update. (See attached images) Can you provide me some quick css to fix please? Thank you!

    @media only screen and (max-width: 767px) {
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
      padding: 0;
    }}
    • This topic was modified 8 years, 10 months ago by djshortkut.
    #454328

    Hey djshortkut!

    Please try the following CSS to see if it helps:

    @media only screen and (max-width: 767px) {
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 0px !important;
    }
    }

    Best regards,
    Rikard

    #454583

    Thanks Rikard, that fixed it! One more thing I noticed regarding the testimonial slider (large) that I just noticed was changed. The font size on the iPhone is now very small. How can I increase the font size for this section to match the font size of the rest of my website. I didn’t see any options to change it. Can you provide me with some quick css to change this, I need it to be 18px. Thank you!

    #454642

    Never mind, I figured it out. You can close this thread.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Testimonial Slider (Large) Formatting After Update to 3.2’ is closed to new replies.