Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS NGG Slideshow position

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46027
    groocy
    Member

    I have what I’m sure is a very simple question that I can’t figure out. The NextGen slideshow in my header is loading about 20 pixels or so to the right, and I can’t figure out why.

    I’ve tried changing a number of the margins and padding in nggallery.css, but haven’t had any luck. Maybe the change needs to be in header.css?

    http://www.42ndclass.com

    The theme is Adventure Journal from Contexture.

    I’m using NGG v. 1.9.13. My host is iPage.

    Thank you for your help.

    #141288
    yeeyang
    Participant

    Line 328 of your css document:

    #banner { margin-left:auto; margin-right:auto; position:relative; left:25px; z-index:5; }

    remove the left positioning of 25px;

    #banner { margin-left:auto; margin-right:auto; position:relative; z-index:5; }

    #141316
    groocy
    Member

    Thanks! Fixed the problem perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.