Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45389

    Hey,

    for my website at http://geborgen-wachsen.de I am currently not able to achieve the following changes:

    1. make the header banner appear with the same width as the body of the page (I assume 978px)
    2. remove the space on top and below the header banner
    3. remove the unnecessary white space box in the header menu.

    Help would be much appreciated. Thanks for the wonderfull work,

    l.

    #45397
    Sakin
    Keymaster

    @Caspar Clemens:
    For 1 and 2. you can just add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-content,
    #branding .logo-wrap {
        margin: 0;
    }

    For 3, it’s bit tricky and I am not sure it will work on not. As this theme is not designed to make it 100% width menu. So, try to add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1001px) 
        .wrapper { width: 978px; }
        #access ul li a { padding: 0 17px; }
        #access ul li.page-item-4034 a { padding: 0 13px 0 14px; }
        #access ul li.page-item-4034 { border-right: none; }
    }
    #45901

    Thank you, I was able to do the changes based on your suggestions!

    Best,

    ccm.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘banner image size and spacing, empty menu box’ is closed to new replies.