Topic Resolution: Resolved
    Imran
    Spectator
    Posts: 402
    July 3, 2015 at 5:26 pm #18630

    Hi Nicem,

    Thanks for writing in,

    If you wish to suppress the extra around the titles, so you can add following code under Appearance > Theme Options > Custom CSS:

    .page .entry-content {
    margin-top: 25px;
    }

    .page h1.entry-title {
    margin: -10px 0px;
    }

    .page #content h3 {
    margin-top: 0px !important;
    }

    Thanks.

    Nicem SpA
    Spectator
    Posts: 28
    July 3, 2015 at 8:44 pm #18631

    Thank you so much!