Title: Text Around Slides
Last modified: August 20, 2016

---

# Text Around Slides

 *  [MarcelM](https://wordpress.org/support/users/marcelm/)
 * (@marcelm)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/text-around-slides/)
 * Hello
 * I am new to WordPress and I am trying all kind of Plugins to see what I like 
   and think is usefull to for my sites. I like your plugin. Was testing with in
   but I have a question.
 * When I include the slideshow in my page I want to be able to type around the 
   slideshow. I am unable to get that working. Can you tell me if this is possible
   or I am missing something
 * Marcel

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/text-around-slides/#post-2190880)
 * Hi Marcel, do you need the text inside the slideshow, like a caption, or do you
   just need the text to wrap around the slideshow like a left or right aligned 
   image?
 * You can float the slideshow using CSS to wrap text around it, or use a [custom slideshow template](http://www.jleuze.com/plugins/meteor-slides/customizing-the-slideshow-template/)
   to add a caption.
 *  Thread Starter [MarcelM](https://wordpress.org/support/users/marcelm/)
 * (@marcelm)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/text-around-slides/#post-2190890)
 * Hello
 * Thanks for the response. I want to wrap the text around the slideshow when I 
   align it to the lef or right. But nit seem to get it done correctly
 * Marcel
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/text-around-slides/#post-2190901)
 * The slideshow works a bit differently than an image in the visual editor because
   it is a shortcode, so ideally it should be on it’s own line without any other
   code wrapped around it.
 * You would change the alignment of the slideshow in your theme’s stylesheet, or
   with a [custom stylesheet](http://www.jleuze.com/plugins/meteor-slides/customizing-the-stylesheet/),
   like this to left align the slideshow:
 *     ```
       .meteor-slides {
         float: left;
         margin: 0 20px 20px 0;
       }
       ```
   

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

The topic ‘Text Around Slides’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/text-around-slides/#post-2190901)
 * Status: not resolved