Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #279875

    threeoten
    Participant

    I currently have content band split into two columns, the left column with a long section of text and the right with shortcode that displays my cylcone slider (plugin) slideshow. What I ultimately want to do is get the slideshow to be floated right on the text so that the text goes down the left side of the slideshow and wraps underneath. Is there a way to get this slideshow to “float right” like this?

    Thanks!

    #279879

    threeoten
    Participant
    This reply has been marked as private.
    #279985

    Christopher
    Moderator

    Hi there,

    Since text and slider are in two separated columns it’s not possible, if you wish to wrap text around slider then you should put both text and slider inside one column.

    Hope it helps.

    #279990

    threeoten
    Participant

    But then how do I get the text to wrap around the floated slider?

    #280019

    Rue Nel
    Moderator

    Hello There,

    To wrap your text around your slider, just insert your slider shortcode first before the start of your paragraph. Please check out this article: http://techwelkin.com/wrap-text-around-a-div-element

    <div style="float: right">[rev_slider shortcode]</div>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras accumsan ligula elit, nec feugiat libero condimentum tempor. Morbi arcu nisi, aliquet eget mollis ac, tincidunt vitae ipsum. Donec id dui ut augue sollicitudin facilisis nec et lorem. Quisque gravida molestie odio, sit amet condimentum felis viverra eget. Sed placerat, tellus at suscipit tincidunt, turpis sapien egestas lorem, nec posuere enim metus non elit. Quisque tincidunt leo sed lacus pretium, eget lacinia nulla aliquam. Sed venenatis odio scelerisque lorem viverra, sed interdum ipsum pellentesque. Phasellus accumsan vestibulum augue lacinia mattis. Sed quis lectus id diam porttitor pellentesque. Cras nec posuere risus, eu suscipit dolor.

    Hope this helps.