Row is Above The Gallery Instead Of Below - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Row is Above The Gallery Instead Of Below

D

Dominik

SP Page Builder 2 years ago

Hi there

I have used a script via raw/html addon, which is displayed correctly, but in the detailed description with click on the image gallery comes the bottom row above the images. Example and the way there I have here per screenshots:

Step 1: https://prnt.sc/uF8efV11RZ37 Step 2: https://prnt.sc/SjHZkScWgyn9 Bottom row above the image: https://prnt.sc/FYRoc6HDAOLh

How do I bring the series under the image gallery? I have the same on another homepage (Joomla 3.10.11 and SPPB 3.8.9) and there it works fine.

Thank you Domi

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

Hi there!

Thanks for your query.

Please use the following code in your custom CSS:

.sp-page-builder .page-content #section-id-JYU0-LOKtcD8HzSdUb8Dl {
    z-index: -1;
        }

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

Best Regards

0
D
Dominik
Accepted Answer
2 years ago #106160

Hi Rashida

Thank you. But not in the custom.css. You have to put the code in the Page CSS.

Regards Domi

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

Hi,

Glad that it helped! Well, yes, you can put it in your page CSS either.

Have a nice day!

Best Regards

0