Forums
Home / Fixing WordPress / Text out of bounds in content slider
(@darksidezoo)
9 years ago
Hi,
I’m using visual composer’s content slider and the text blocks inside seem to go outside of the visible bounds like here
What could be causing the problem?
That’s not going to help, Visual Composer (WP Bakery) offers no support to plugins that came packed with themes.
Can you help me solve this with the other three options mentioned before?
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Add this CSS:
.wpb_text_column-text-style { width: 90%; }
This works but also moves the Titles to the left
.vsc_content_slider { width:100%^ }
would this work?
Try a combination;
.vsc_content_slide .wpb_text_column-text-style { width: 90%; }
I think that fixed it. Somehow the text changes its layout sometimes after a refresh but that’s something I can live with.
Thank you so much for your help Andrew. Have a virtual beer on me ??