• Does anyone know how to center the Nextgen Slideshow Sidebar Widget. I’ve tried changing the css to no avail. I would really appreciate knowing how to change the location from the default “left aligned” to be centered in the sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • add
    <div align="center">
    before the call!

    If you want to make it standards-compliant, you would need to modify it using CSS. something like:

    .your-class-here {margin: 0 auto; display: block; clear: both}

    You should also probably add the !important for good measure to all those attributes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NextGen Slideshow Widget Center’ is closed to new replies.