Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow (v2.4) Question

  1. #1
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow (v2.4) Question

    Hello,

    I have implemented the Ultimate Fade-in slideshow (v2.4) Script into my development site, but don't know anything about editing the script itself (only HTML and CSS). I am using different sized images, and have set the slideshow div to be big enough for all, but the images are all centered in the div. I would like all images to be aligned to the left side of the div instead. If anyone could help I would appreciate it.

    Thanks,

    Justin

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Add this to your stylesheet:

    Code:
    .gallerylayer img {
    	margin-left: 0!important;
    }
    If you also want them aligned to the top, use:

    Code:
    .gallerylayer img {
    	margin: 0!important;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John, that worked perfectly.

    Justin

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
  •