• Resolved behrit

    (@behrit)


    I have 12 images in a slideshow and would like the page navigation to be in a single row below the images. Currently, after 8 images the navigation wraps into a second row. See dubhlinnpub.com/new-slider. Where in the css is this “width” controlled?

    I have figured out I can move the slider navigation left and right by adjusting the css below. Is this the proper method to center the navigation under the images?

    #meteor-buttons {
        margin-left: 200px;
        width: auto !important;
    }

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter behrit

    (@behrit)

    It appears the slider navigation starts to wrap at the edge of the image so by making the margin-left smaller I have been able to get them all on the same row.

    Plugin Author Josh Leuze

    (@jleuze)

    Glad to hear you got it figured out!

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

The topic ‘[Plugin: Meteor Slides] Page nagivation width’ is closed to new replies.