Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1039076

    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).

    #1039084

    Hey catchbudapest,

    Add this to quick css:

    #av_section_1 .container{
    margin-top:-30px!important;
    }

    Best regards,
    Jordan Shannon

    #1039396

    Thanks Jordan!

    #1039411

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Colored section on top of page with no padding’ is closed to new replies.