Results 1 to 6 of 6

Thread: Simplegallery Control Button Problems.

  1. #1
    Join Date
    Jul 2010
    Posts
    10
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Angry Simplegallery Control Button Problems.

    Hello All,

    I setup the simplegallery on my site and I am having a problem with centering the control buttons. Previous, play,pause,forward. They are coming up on the left side of the gallery and I can not get them centered. They are also stacked vertically instead of horizontally, horizontally is the way I want them. Any help would be appreciated.

    the site is: http://www.outerworlddesigns.com/empire/


    Thanks a million,

    Steve
    Last edited by metall5468; 07-25-2010 at 07:01 PM. Reason: Problem Solved.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    You could try adding this to your css and see if it helps
    Code:
    .navimages {
        margin-left:auto !important;
        margin-right:auto !important;
        display:inline !important;
    }
    There are some other css styles interferring with the placement of the images, the !important will override that.

  3. The Following User Says Thank You to azoomer For This Useful Post:

    metall5468 (07-25-2010)

  4. #3
    Join Date
    Jul 2010
    Posts
    10
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Smile AZOOMER Thanks A Million!

    Thanks AZOOMER that worked great. Your quick and speedy response is greatly appreciated. Thanks So Much!

  5. #4
    Join Date
    Jul 2010
    Posts
    10
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Angry

    AZOOMER or another friendly coder. I found another issue. My Top nav the drop down menues are coming up behind the image rotator (simplegallery). Is there a quick fix to this because Ive been trying to fix this since my last reply. Sorry, I'm new at a lot of this stuff.

    Thanks for you help.

    http://outerworlddesigns.com/empire/

    Thanks,

    Steve

    P.s. They all have drop down menues on the top nav except the home button.

  6. #5
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    try this
    Code:
    #simplegallery1 {
       z-index: 1;
    }

  7. The Following User Says Thank You to azoomer For This Useful Post:

    metall5468 (07-25-2010)

  8. #6
    Join Date
    Jul 2010
    Posts
    10
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Smile AZOOMER You are the Man!

    Thanks so much Azoomer. It Worked great.

    Thanks Again,

    Steve

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •