Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kkoser

    (@kkoser)

    I contacted WordPress support to see if they can help me with this issue and this was their response:

    From what I’m able to find, the entry-content of the theme loads a 12px margin on top, which you noticed the minor gap just below the menu (before scrolling down). To remedy this, please browse to Customizer ( https://wordpress.com/customize/ ) >> Additional CSS and add this code at the bottom there: `/* Remove margin top | 2968541-zen EH */
    .entry-content, .entry-summary {
    margin-top: unset;
    }
    `
    I do want to share that this CSS code is considered unsupported, as from what I can find – it appears the top margin was added by your theme’s CSS.
    You will want to certainly let your theme developer know about this, so they can ensure this does not happen in future theme updates.
    Hope this helps!

    I added the code to the CSS and that also did not work. I told WordPress how that code did not resolve the issue and they responded with this:

    I looked into the options available at the moment and I’m afraid that because you’re running a third party theme, we won’t be able to provide further CSS support, but reaching out to the theme developer should help you in your quest.

    So from what they said, it’s definitely something within the theme. Can you please take a look at it and let me know if there’s anything that you can do to help?

    Thank you!

    Thread Starter kkoser

    (@kkoser)

    Hi @rubick322

    I just tried deactivating the slider plugin again, then flushing the cache and the issue still persists. When looking through Inspect Element on Chrome I see this: <div id=”masthead-sticky-wrapper” class=”sticky-wrapper” style=”height: 204px;”> and when I change the height to 75px through Inspect Element, the issue is fixed. I don’t know a lot of coding, so I am not sure if it’s possible to change that height in the code. This is happening on every page of the website, even when no plugins are activated and the cache has been cleared. Any suggestions?

    Thank you!

    Thread Starter kkoser

    (@kkoser)

    Also, we are using the free template. Would the paid template have an option to disable the header completely so that users do not see the page title on each page?

    Thread Starter kkoser

    (@kkoser)

    I am using a slider plugin. One of the internal pages is not using the slider, but the issue is also present there. Also, when I deactivated the slider plugin the issue persisted. Do you still believe the slider could be causing the space inside the header?

    Thread Starter kkoser

    (@kkoser)

    I tried deactivating all of the plugins, but the problem persisted. Any other thoughts?

Viewing 5 replies - 1 through 5 (of 5 total)