- This topic has 20 replies, 2 voices, and was last updated 6 years, 8 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Circumference › edge to edge default slideshow problem
to be clear, this code didn’t produce any change in the location of the caption for me. I can see how the bottom command puts the slidernav 3% from the bottom of the slider, so I don’t know why it didn’t work for the caption, but it didn’t.
.wk-slideshow-circumference .caption {
bottom: 0;
}
Hi there,
Might be css we had provided is overwrite by other script. So try by giving on hierarchical way for an example:
body .wk-slideshow-circumference .caption {
bottom: 0;
}
or give !important at the end of value:
body .wk-slideshow-circumference .caption {
bottom: 0 !important;
}
Note: This is the custom changes on your website so without looking on to your website we couldn’t provide you appropriate solution. So It will be better if you take help of nearby developer.
Thanks
This did work! Awesome, thanks!
body .wk-slideshow-circumference .caption {
bottom: 0;
}
Dear Rlpt,
It’s really hard to provide your exact solution without looking on to your site, so please provide us your site URL. So we can provide you appropriate solution.
You can try by placing !important on css given on previous reply. for an example:
.wk-slideshow-circumference .caption {
bottom: 0 !important;
}
Thanks
I used the “body” solution you provided and it worked great. Thanks!
Sounds Great.
Thanks a lot for your cooperation.
Best regards
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.