July 13, 2017 at 00:18
#167237
Participant
Magic Mate – Thanks!
That pointed me in the right direction. I needed the logo to be placed at the top so ended up using this CSS.
.kleo-pop-title-wrap {
padding-top: 80px;
margin-top: 70px;
background: url(/images/modal-logo.png);
background-repeat: no-repeat;
background-size: contain;
}
See the attached for the final result in case others in the community want to do the same.
Cheers!