SP Simple Portfolio Issue With Travelia Template - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP Simple Portfolio Issue With Travelia Template

OJ

Oliver Johnson

Extension 4 years ago

I'm using the Travelia template and Simple Portfolio. Everything is fine except that if when viewing the portfolio, I click on Zoom on any thumbnail, the image opens full size but the navigation menu of the template appears in front of the image, like this:

Is there a way to make the menu appear behind the image?

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

Hi there!

Thanks for your query.

Please use the following code in your custom CSS:

.featherlight {
    z-index: 10000;
}

Hope this will solve the issue for you.

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.

Best Regards

0
OJ
Oliver Johnson
Accepted Answer
4 years ago #36260

Perfect, thank you so much.

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

You are always welcome:)

0