• Been looking but can seem to find a way to simply remove the gap or fill the gap with a solid color so the background doesn’t show like it does on my page.

    http://campfireinabag.me/

    Just don’t want to see the wood under the title bar and above the content.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I could not tell where to add the necessary CSS by looking at your site. You should not add it in any theme file because it would be overwritten if you update your theme.

    The standard advice is to add it to a child theme, but it may be that your theme has an option to add CSS.

    In any case, try adding this to the end of the appropriate CSS file:

    #wrapper { margin: 0 auto 20px; }

    Killswitch1, it looks like you are using the ‘Responsive’ theme, which has the option of adding custom CSS.

    Just login to your backend, go to Appearance -> Theme Options -> CSS Styles and enter the line of CSS vtxyzzy wrote above. Save the changes and you should be set.

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

The topic ‘How do remove gap between menu bar and content’ is closed to new replies.