• Resolved Darksidezoo

    (@darksidezoo)


    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?

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter Darksidezoo

    (@darksidezoo)

    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?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this CSS:

    .wpb_text_column-text-style {
        width: 90%;
    
    }

    Thread Starter Darksidezoo

    (@darksidezoo)

    This works but also moves the Titles to the left

    Thread Starter Darksidezoo

    (@darksidezoo)

    .vsc_content_slider {
    width:100%^
    }

    would this work?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try a combination;

    .vsc_content_slide .wpb_text_column-text-style {
        width: 90%;
    }

    Thread Starter Darksidezoo

    (@darksidezoo)

    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 ??

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Text out of bounds in content slider’ is closed to new replies.