Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Usapuka,

    You’d need to add some more CSS to cancel out the CSS that wraps the text, but just for the homepage slider, something like:

    #metaslider_container_{SLIDER_ID} .metaslider {
        float: none;
    }

    Regards,
    Tom,

    Thread Starter Gabriel

    (@usapuka)

    Hi Tom,

    Thank you for your answer.
    I tried to write the {SLIDER_ID} in different ways but it affect the Slider in the Front Page and the others.
    The ID of the slider of the Front Page is [metaslider id=396].

    Another problem that appears when I add:

    .metaslider {
    float: left;
    margin-right: 10px !important;
    }

    to the CSS is the reduction of the size of the Slider. What can I do in order to keep the defined size.

    Thank you, regards.

    Thread Starter Gabriel

    (@usapuka)

    Hi Tom,

    Now is working.
    I do not understand what happened: I changed FlexSlider to the others type of Sliders and it worked fine, when I returned to FlexSlider it continued working!

    The only problem that remains is the downsizing of the Slider where the text is wrapping.

    Thank, regards.

    Thread Starter Gabriel

    (@usapuka)

    Hi Tom,

    Resolved, the solution is to add this to the themes style.css file:

    .metaslider {
    width: 100%;
    height: 100%;

    float: left;
    margin-right: 10px !important;
    }

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Wrapping text’ is closed to new replies.