• Resolved yeetman420

    (@yeetman420)


    Hi! I’m new to WordPress and came across this theme, it is a very nice theme and easy to work with.

    I ran into one problem: removing white space
    1. I want to remove the white space between the header and the cover only for the homepage.
    2. And removing white space between the shape divider and the cover.

    Take a look at it yourself https://www.shard.nl

    1. There is a big white bar between the header and the cover image.
    I want to remove this white space only for this certain page, the homepage.

    I have set the canvas image to “remove top/bottom spacing”. nothing happens.
    I have set general CSS to:

    body:not(.ct-primary-spacing) .content-area {
    padding-top: 0px;
    padding-bottom: 0px;
    }

    with this, only the whitespace becomes a little smaller but doesn’t go away. Also, this affects all pages, I only want this effect for the homepage.

    2. When visiting https://www.shard.nl and you scroll down. You see a shape divider and a cover image. Also with white space between those 2 elements.
    I want to remove the white space between those 2 elements.

    I tried I have set the canvas and the shape divider to “remove top/bottom spacing”. In the WordPress editor, there is no white space anymore. When I publish it there is still white space.

    How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hello @yeetman420,
    If you want to disable the top and bottom spacing only for a certain page simply go and edit that page then click on Blocksy Page Settings button and switch off the Page Vertical Spacing – see the screenshot.

    But this is not all, there will be another space but smaller (like you mentioned), this one is caused when the first child item has the alignfull option enabled – this is an issue from our side that we somehow skipped, this will be fixed in the next update.

    Meanwhile you can use this css code to get rid of it:
    .page-id-15 .entry-content > *:first-child { margin-top: 0px !important}

    Let me know if this works for you.

    Thank you for spotting this issue ??

    Thread Starter yeetman420

    (@yeetman420)

    Hi @creativethemeshq, thanks for your respond. I managed to solve to white space issue in the header. I still have a issue with the divider shape and cover image.

    As seen here: https://ibb.co/Snn04bb

    Can you take a look at this?

    Theme Author creativethemeshq

    (@creativethemeshq)

    @yeetman420 replied here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing white spaces’ is closed to new replies.