Hi,
i would like to know if it is possible to put a picture on the right side on a big slideshow. It should stay there all the time.
How could i do that?
Many greetings rixi
Hi rixi,
Can you give us a screenshot of what you’re trying to achieve?
And also, the image link/url of the picture you want to put on the right side of the slideshow?
We’ll try to help using some CSS.
Best regards,
Nikko
Hi,
Thank you for the link to your site and the screenshot, I couldn’t find the exact path to your “kundenberatung23.jpg” image, so I tested with the image I could find linked below.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.home #full_slider_1::before {
content: "";
position: absolute;
top: 10%;
right: 10%;
width: 181px;
height: 304px;
background-image: url('kundenberatung23.jpg');
background-size: cover;
z-index: 999;
}
and change the image url to the full path of the correct image, please see my screenshot of the expected results below.
If you need further assistance please include an admin login in the Private Content area so we can be of more help.
Best regards,
Mike
Hello Mike,
absolutely perfect :)) It works! Thanks a lot for your help :)
Have a nice sunday,
rixi
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike