Viewing 4 replies - 1 through 4 (of 4 total)
  • Mohsin

    (@mohsindigitalpoin8)

    Hi, add this line of code in your css,

    .site-main {
    margin-top:0 !important;
    }

    Thread Starter GrowingGreen

    (@growinggreen)

    Brilliant!
    Thanks Mohsin! It reduced the gap between the image and the title, but do you know what I can do to reduce the gap between the title and the text?

    Cheers, thanks for your kind help.

    Mohsin

    (@mohsindigitalpoin8)

    For reducing space between title and text add this code in css.

    .page-header, .page-content h1 {
    margin-bottom:0 !important;
    }

    Happy WordPressing ??

    Thread Starter GrowingGreen

    (@growinggreen)

    Thanks Mohsin.

    Topic resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete space Banner& Title’ is closed to new replies.