Z-index - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Z-index

D

DigiKult

SP Page Builder 4 years ago

hello, I have a problem with SP Page Builder that I cannot resolve :( In a row, I put a top shap. In the central column of the row, I put a title addon (Better understand to better act). I would like the title addon to display above the shape but I can't, can you help me? Thank you in advance for your efficiency!

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #15961

Hi there!

You can use the following code in your custom CSS:

#section-id-1619706989819 .sppb-container-inner {
    position: unset !important;
}
#section-id-1619706989819 #column-id-1619706989828 {
    z-index: 99999;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Hope this will solve the issue for you!

Best Regards

0
D
DigiKult
Accepted Answer
4 years ago #16141

Mornin g Rashida, Thank you for your help, as usual at the top, problem solved :) Have a good day !

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #16207

Hi there!

Glad to know that it helped:)

You are always welcome and wishing you good health!

Best Regards

0