I would like to ask if it's possible to use the element 'Image With Hot Spots' not only to add the text in the element, but use it more like a pop-up with picture gallery and text. Please see two pictures attached. One is to show what I have now. And the other - how I would like it to be.
Maybe then it would b possible at least make the container with the text wider please? As now after I put the text, I get a narrow and tall container. Is there a custom ccs to set the container width?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (min-width: 690px) {
.nttip.open {
min-width: 100% !important;
}
}
/* OR */
@media only screen and (min-width: 690px) {
.nttip.open {
min-width: 350px !important;
}
}
Hello
I would like to ask if it's possible to use the element 'Image With Hot Spots' not only to add the text in the element, but use it more like a pop-up with picture gallery and text. Please see two pictures attached. One is to show what I have now. And the other - how I would like it to be.
Hey Again,
No i am afraid there is no such option available at the moment.
Best
ThemeNectar Support Team
Maybe then it would b possible at least make the container with the text wider please? As now after I put the text, I get a narrow and tall container. Is there a custom ccs to set the container width?
Hey Again,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you