Hi
Thanks for contacting to us.
For this go to Appearance >> customizer >> Find the additional css box.
Add the below css code inside the custom css box.
@media (max-width: 500px) {
.navbar-overlapped
{
position: absolute ! important;
background-color: rgba(0,0,0,0.2) ! important;
}
slider .format-standard
{
top: 55%;
}
}
Let me know for any confusion.
Thanks
SpiceTheme Support
thank you it worked but now the slider title comes on header
maybe making header smaller or getting slider title a little bit downside of the page could work but i dont know how to do it
i tried to change the 55 value but nothing changed
slider .format-standard
{
top: 55%;
}
Hi
Oop, I forgot to add a dot(.) before the slider class.
Pls, use the below CSS code.
@media (max-width: 500px)
{
.slider .format-standard
{
top: 55% !important;
}
}
Let me know for any confusion.
Thanks
Hi
Glad to know that its resolved.
If you really like our theme and support pls give rate us here.
https://wordpress.org/support/theme/certify/reviews/
Thanks
Akhilesh