Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Thanks for checking out Meteor Slides!

    This should be pretty simple to do. You can override the default slideshow stylesheet like this:

    Copy meteor-slides.css from /meteor-slides/css/ to your theme’s directory to replace the default stylesheet.

    Then just add a float to the slideshow like this:

    #meteor-slideshow, .meteor-slides {
    	margin: 0;
    	padding: 0;
    	position: relative;
    	z-index: 1;
    	overflow: hidden;
    	float: left;
    }

    If that doesn’t work, just post a link to the site you are working on and I’ll check it out.

    Hello! I have created the new meteor-slides.css in my theme folder and modified the css, and it is not working. Can you check out my page?

    Plugin Author Josh Leuze

    (@jleuze)

    Sure Abby, can you post a link?

    I just cannot get it to cycle. http://rylinmedia.com/bcs/auburn/

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

The topic ‘[Plugin: Meteor Slides] Wrapping text around slideshow’ is closed to new replies.