Hello,
I am trying to get a row to overlap the slide on this site: https://thesoapbubble.com/
FYI, the SSL cert is still waiting to be connected so you might get a “not safe warning”.
I want to make the colored boxes overlap the slider.
Thanks
Hello,
I am trying to get a row to overlap the slide on this site: https://thesoapbubble.com/
FYI, the SSL cert is still waiting to be connected so you might get a “not safe warning”.
I want to make the colored boxes overlap the slider.
Thanks
Hey @gallagherBD,
Thanks for writing in!
Do you want something like this?

Please have this custom css block removed:
.my-class {
position: relative;
top: -250px;
}
and replace it with this css code block instead:
.my-class {
position: relative;
top: -250px;
z-index: 16000;
}
We would love to know if this has worked for you. Thank you.
perfect, thanks!
You’re welcome!
We’re glad we were able to help you out.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.