• I have copied the meteor stylesheet to my child theme and am trying to align a slideshow to the right with text wrapping on the left but it is not working.

    .meteor-slides {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    float: right;
    }
    Any help greatly appreciated!

  • The topic ‘aligning meteor slideshow’ is closed to new replies.