Hi,
on the very top of this landing-page I would like to show only the logo (no header, no menu etc.), so I hid the header and just added a colored section with the logo.
I tried the following CSS, but I couldn get rid of the whitespace above the logo.
.no-padding {
padding-top: 0px !important;
padding-bottom: 5px !important;
}
Please advice how to get rid of the space above the logo/image (login-data below).
Hey catchbudapest,
Add this to quick css:
#av_section_1 .container{
margin-top:-30px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan!
Hi,
No problem at all. I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon