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;
}}
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
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!
Never mind, I figured it out. You can close this thread.