Gap between navigation and content

Hey there
if you go to the homepage of my blog asiatischfooden.ch you can see a white line under the navigation bar because the navbar and the Content has a greyish background. I think it has something to do with the navbar but don’t know where the issue is. I just want that the white line becomes grey or dissapears.
Hope you can help

Hi there,

Thanks for writing in! It looks like that gap is coming because of the WP Recipe Maker plugin. If you’re not using it you can deactivate the plugin to remove the gap. Alternatively you can add the following code in the Theme Options > CSS:

.wprm-automatic-recipe-snippets {
    margin-bottom: 0 !important;
}

Cheers!

Thanks it worked

On behalf of my colleague, you’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.