Hi
I can’t edit the header to get part of the logo out.
is it possible to do such a thing?
(see image)
Thanks
Carlo.
Hey Carlo,
Add this to quick css:
.logo {
position: absolute!important;
top: 70px!important;
}
Best regards,
Jordan Shannon
Hi,
Try the following in quick css:
.container.av-logo-container{
height:180px!important;
}
.logo a{
max-height:180px!important;
}
.logo a img{
max-height:180px!important;
}
Best regards,
Jordan Shannon
now the size is the right one but the logo is cut
Hi I entered this code to use it for devices,
@media all and (min-width: 768px){.logo {
position: absolute!important;
top: 10px!important;
}
}
@media all and (min-width: 768px){.container.av-logo-container{
height:180px!important;
}
}
@media all and (min-width: 768px){.logo a{
max-height:255px!important;
}
@media all and (min-width: 768px){.logo a img{
max-height:280px!important;
}
}
but I can’t see the whole logo.
can you help me?
thanks
Charles.
ok. I solved it by inserting this css and it seems to work
@media all and (min-width: 768px){.inner-container {
position: relative;
height: 280px;
}
}
thanks
Carlo.
Hi,
I’m glad you found a solution. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon