Z-index - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Z-index

marvays

marvays

SP Page Builder 2 years ago

Hello. I'm building a website and I'm dealing with a z-index problem. I don't know if it is technically possible to set it up at all. The website address is https://techdomy.richta.eu/katalog-domu/laura

For some modules on the page, I have the headings offset so that they overlap two modules. For example with photos. But for the page header module I have two texts. h2 Page title "Laura" and H3 .sp-page-title-sub-heading "KATALOG DOMŮ". And it is with this subheading that I can't bring it to the front so that part of the heading overlaps the page below. It is definitely caused by something else, because the subtitle itself is not part of the sppb but the tempalte page.

Can you advise me if there is a solution and you see it? Thank you.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #139370

Hi there!

Thanks for reaching out to us.

You may use the following code in your custom CSS to move the text a little bit up from the bottom of the section:

.sp-page-title .sp-page-title-sub-heading {
    bottom: 17px !important;
}

Bringing the text above will not look good as there is a shade in the section.

Best Regards

0
marvays
marvays
Accepted Answer
2 years ago #139407

Good day. I guess I worded it wrong. I need to move it up, but in z-index. Remove the text from #sp-title so that the invisible part of the text is visible across the page under #sp-title

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #139671

Hi,

Can you explain it with screenshots? I think it's unclear to me.

0