Home › Forums › WordPress Themes – Premium › Circumference › edge to edge default slideshow problem › Reply To: edge to edge default slideshow problem
January 9, 2017 at 6:18 am
#41259
Moderator
Dear Rlpt,
You can add this css on child theme style.css or Additional css section of customizer, to align caption on bottom:
.wk-slideshow-circumference .caption {
bottom: 0;
}
Note: You can increase / decrease bottom value as per you requirememt.
Thanks