Positioning of conference logo

I have added a logo to my conference here:

but I don’t understand the placement: there is no alignment between the logo and the conference title. I tried to modify the CSS but without luck. Cannot understand why the logo is placed so low…+

Any hint?

try:

.confLogoBox {
    min-height: 118px;
}
img.confLogo {
    margin-top: -32px;
}

in your custom css

1 Like