• Resolved crawfurd

    (@crawfurd)


    This question is for http://www.ungterapi.dk/

    How can I either:

    1. Entirely remove a header menu from the theme so the body of the website is below the logo without unnecessary white space?

    2. Remove padding from the menu so the white space between my logo and header is about 10 pixels.

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @crawfurd

    To remove the padding from the menu to remove the whitespace at first you need to add the custom CSS through the plugin.

    You can find many plugin to add Custom CSS . Below link is the reference for one of the plugin.

    Custom CSS

    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS

    
    div#primary {
        padding-top: 12px;
    }

    I hope this will resolve your issue.

    Best regards!!

    Theme Author Styled Themes

    (@gejay)

    Hi crawfurd,

    We hope above solution is helpful to you, if not then please let us know and thanks teeru@wensolutions
    for the solution. And crawfurd please let us know within the two day, so that we could keep the topic as resolve. We hope you understand.

    We look forward to your respond.

    Thanks

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

The topic ‘Remove header menu or spacing in header’ is closed to new replies.