Overlay Image for Jumbotron

Hello, I am trying to overlay an image on top of the jumbotron slider so my logo appears bigger and and on the right hand side like on my brochure. is this possible and how?

my temp website is www.robmcpaddling.co.uk/wordpress/

Thank you for any help.

Rob

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

  1. move logo on the right side:
.top-header .col-sm-4.col-xs-8 {
    width: 100% !important;
    text-align: right;
}
.top-header .col-sm-8.col-xs-4 {
    display: none;
}
  1. sorry but its not possible to add overlay image on the slider :frowning:

Thanks!
Colorlib Support Team