• I am not able to find a way to wrap text around the slider. I have targeted what I believe to be the correct CSS class and done a “float: right;” but I can’t get it to work. Please advise.

    • This topic was modified 3 years, 8 months ago by patrick_here.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter patrick_here

    (@patrick_here)

    This has been very frustrating!! I can do this in about three minutes using MetaSlider …but I’ve spent more than a day trying to get it to work with Crelly Slider …without success! Crelly Slider has so many classes (and an ID) impacting the outermost div …it seems like a bit of a tangled mess. It is very disappointing!

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Are you trying to apply float:right; to a text element? That won’t work, all the elements have position:absolute;

    Also, you can add a custom CSS class to each element, would that help you?

    Thread Starter patrick_here

    (@patrick_here)

    Fabio, thank you for responding…
    I am trying to apply “float: right;” to the entire Crelly Slider so that it will float to the right and the text will float around it.
    (it would not help to apply the CSS to individual elements …it needs to be applied to the outermost <div> of the slider itself)

    • This reply was modified 3 years, 8 months ago by patrick_here.
    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Is the slider set to “full width” or “fixed width”? It should be set to “fixed width” to make it float, otherwise the container will always try to stretch to the full width of the parent. You can find that option in the slider settings.

    Thread Starter patrick_here

    (@patrick_here)

    It’s set to fixed width. There are so many CSS Selectors …all on the outermost div. Which selector do you recommend I use to apply the “float:right;” to ?

    (I think I tried targeting all of them without getting the desired result)

    • This reply was modified 3 years, 8 months ago by patrick_here.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible to wrap text around slider ?’ is closed to new replies.