CSS Customization Slide show

  • Unknown's avatar

    Hi All,

    I am having trouble with the slide show on my home page. I was trying to have less black back-round behind the images and then have the images moved up so when you land on the home page you can see all the image. I tried CSS but no look. Can some one please help with this or is it even possible?

    Thanks in advance

    The blog I need help with is shanballymoregaa.com.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, give this a try and see what you think.

    .slideshow-window {
        height: 345px !important;
    }
    .slideshow-slide img {
        vertical-align: top !important;
    }
    .slideshow-slide-caption {
        bottom: 55px !important;
    }
    #main {
        padding-top: 20px;
    }
  • The topic ‘CSS Customization Slide show’ is closed to new replies.