Slideshow Block

Re: Slideshow Block

by Frankie Kam -
Number of replies: 0
Picture of Plugin developers

Yo Paul, I can't seem to add padding to the top of the slideshow. I always end up with the images flush against the top of the background's top edge. I want to have some space between the top of the slideshow and the top of the background's rectangle.


Here's my CSS custom code in an attempt to have some 'luft' (air) at the top of the slideshow. But it doesn't work.

.block.block_slideshow .content #page-slideshow  {
    padding:10px 5px 10px 5px;
}


/*
padding: 10px 0px 10px 4px;
top padding is 10px
right padding is 5px
bottom padding is 10px
left padding is 5px
*/