Viewing 4 reply threads
You must be logged in to reply to this topic.
Is there a way to change the single testimonial layout on mobile only so that the text isn’t half a column wide and squished to the side of the featured image?
Ideally I’d like to put the image above the text and have the text full width.
thank you in advance
Hi,
Please share website url, wp-admin and ftp info (login/ passwords) and send using “private reply” .
Thanks,
Hi,
Please add following code snipet in your stylesheet:
@media screen and (max-width: 767px) {
.single_testimonial dl dd .param,
.single_testimonial dl dt {
float: none !important;
}
.single_testimonial dl dd {
margin-left: 0 !important;
}
}
And then let me know if your problem is solved or not.
Thanks,
You’re welcome :)
If you like our theme and support, leave us a 5 star ratings on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
You must be logged in to reply to this topic.