This is a common CSS conflict. Can you post a link to the site?
Thread Starter
rejko
(@rejko)
Hi Chris,
Yes, the link: http://www.futuro.tv/blog/testimonios/
PS: In mobile devices is OK.
Intente esto en hoja de estilo de su tema:
.testimonial .content {
float: none;
width: auto;
}
Thread Starter
rejko
(@rejko)
Hi Chris.
Thanks, but it did not work. He has misplaced the entire page. I have tried in the style.css file and RTL Stylesheet.css
Sorry, I forgot that themes are loaded before plugins. Options:
1. Try adding !important like so:
.testimonial .content {
float: none !important;
width: auto !important;
}
2. Add them using a custom CSS plugin.
3. Merging them into gctestimonial.css directly. (I don’t think the free version of the plugin is going to be updated as Erin is working on a premium version.)
Thread Starter
rejko
(@rejko)
Hi Chris!
Fantastic! The # 1 choice has worked great.
Thank you very much!