• hi there

    thanks for your really great theme, I love it!

    one little question:
    is it possible to hide the white section between the logo and featured image?
    my page: https://www.gleitschirmfest.ch

    thanks for your help, ’cause this white section doesn’t look pretty at all ??

    Michel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try changing line 920 in style.css as follows:

    Current:

    .homepage_top_feature {
    margin-top: 90px;
    }

    Change to:

    .homepage_top_feature {
    margin-top: 0;
    }

    Thread Starter michelkopp

    (@michelkopp)

    :-))) it works!!
    you’re my star ??
    thanks a lot!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide white section between logo and featured Image’ is closed to new replies.