Home Forums WordPress Themes – Premium Circumference edge to edge default slideshow problem Reply To: edge to edge default slideshow problem

#41321
rlrpt
Participant

Thanks for the reply! That solution didn’t work for me though, unfortunately. That was supposed to override

/*
 * Widgetkit Slideshow: Circumference Style
 */

/* Caption
----------------------------------------------------------------------------------------------------*/
.wk-slideshow, .wk-slideshow .slides {
margin-left: 0!important;
}
.wk-slideshow-circumference li::before {
	content: "";
}
.wk-slideshow-circumference ul,
.wk-slideshow-circumference li {
	margin: 0;
	padding:0;
	list-style:none;
}
.wk-slideshow-circumference .caption {
	width:auto;
	padding: 0;
	bottom: 5em;
	left:0;
	background:none;
}

??

I tried several variations without success. Other suggestions?