Need help with CSS to delete slideshow border for Motif theme

  • Unknown's avatar

    I worked with someone who helped me with this:

    div#gallery-1412-6-slideshow { border: none; background-color: transparent; }

    But it only made the slideshow background transparent, so there is still a large area between the pictures and the above text.

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

  • This should cut down on the area between the text and the slideshow:

    .slideshow-window {
      margin-top: -65px;
      padding-top: 0px;
      padding-bottom: 43.25% !important;
    }

    Let us know if it does the job.

  • The topic ‘Need help with CSS to delete slideshow border for Motif theme’ is closed to new replies.