• Resolved socaldigital

    (@socaldigital)


    Greetings
    Very awesome plugin and theme — many thanks

    I too am trying to reduce the white space on top of and below blocks

    I have used another plugin to remove page titles — now I want to minimize space between top bar and first Block

    sample pages
    https://localagent.pro/deluxe-pro-v2/
    https://localagent.pro/single-page-v3/?smid=1052

    So far I am trying / testing this custom CSS

    .inside-header {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    .page-header-image, .page-header-image-single,
    .post-image {
    display: none;
    }

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

    .page .entry-header {
    display: none !important;
    }

    .my-container-top {
    padding-top: 8px;
    padding-bottom: 12px;
    }

    ——————————————————

    All Input / suggestions welcome
    Cheers
    -g

Viewing 1 replies (of 1 total)
  • Plugin Contributor gambitph

    (@gambitph)

    Thanks for the feedback! We’re using WordPress 5.0.2 with Stackable and we’re able to add Untitled Pages by skipping the Page Title field (not adding a Page Title) and publishing the page. This should also remove the extra space coming from the Page Title. 🙂

    • This reply was modified 7 years, 4 months ago by gambitph.
Viewing 1 replies (of 1 total)

The topic ‘Reduce Space above/below Blocks’ is closed to new replies.