Hello everyone:
have created a new page:
link below 1:
when I look at the page everything fits on all devices
But if I reduce the explorer on the pc (pull it sideways)
the following picture appears
Link below: 2:
in the middle of this page I put the logo (red arrow)
how can I hide this?
thanks
kind regards
Franz
Hey,
Thanks for contacting us!
Could you please post temporary logins so we can inspect your page? :)
Best regards,
Yigit
hello Yigit
thank you for your answer
here the data:
kind regards
Franz
Hi,
Thank you for the update.
Looks like the logo appears earlier than expected and the top margin of the header breaks the default layout of the page. To make sure that the logo does not appear unexpectedly and to remove the excess margin above the header, we could use this css code.
@media only screen and (min-width: 989px) and (max-width: 1024px) {
#header.av_header_transparency {
margin-top: 0 !important;
height: 0px;
}
.logo {
display: none !important;
}
}
Best regards,
Ismael
Hello Ismael
Works great
you can close this request
You always have a super service
Thanks
kind regards
Fran
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon