Hello all,
I have some CSS issues I would appreciate your help with.
For the site http://www.ox-academia.com
I am using the slideshow-slide function on the splash page but the feature had a very big black background around the picture area.
So, I went and tried to change the CSS to make the background thinner around the photos or make it disappear. My goal would be to have a thin 5px black background around the slideshow.
Also, I wanted the pictures to display in an area of 525x300, but was not able to achieve this.
Please see below the code I changed. The first part is for the height and width of the photo area and the second part is for the slideshow window.
.slideshow-slide {
height:300px;
width:525px;
text-align:center;
display:none;
margin:auto;
}
.slideshow-window {
background-color:#ffffff;
border-top-width:5px;
border-bottom-width:5px;
border-top-style:solid;
border-bottom-style:none;
border-top-color:#ffffff;
border-bottom-color:#ffffff;
border-top-left-radius:1px;
border-top-right-radius:1px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
margin-bottom:5px;
}
Thank you.
Blog url: http://realagenda.wordpress.com/