Hi, is it possible to provide the css code that would shift the logo down to overlay on top of the slideshow? Please see attached screenshot to see what I am requesting. Regards, JR
Hi jross
You can try with this custom css:
@media (min-width: 767px) { .logo-image img { position: absolute; z-index: 10; margin-top: 20px; margin-left: 20px; } }
change the margin value to the position you wish.
Regards
Thanks for that. You can see I have the logo overlaying the image as required now. https://gippslandinfo.com.au/2020/ Does it matter if i have to use negative value for the top margin? For example - margin-top: -20px;
jross
You can customize as you wish, I think there is no problem with that.