Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #60756
    annebelle
    Member

    Hello there,
    I am trying to reduse the distance between logo, menu and my header can you help?
    Its a one column site and i would like the menu and footer to have the same width as the rest of the content.
    kind regards
    annebelle
    here is the site at this moment
    http://www.annebellekramer.nl/wp/

    #60768
    Sakin
    Keymaster

    @annebelle: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #site-branding, #site-logo {
        display: block;
        margin: 0;
        padding: 0;
    }
    .sidebar-header-right {
        display: none;
    }
    #60813
    annebelle
    Member

    Thanx!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘adjusting catch base’ is closed to new replies.