• I want to put more background space in between the navigation bar and the picture previews on the main area of the site. I think the nav sits too close to the main part of the page. Does anyone know where I edit that in the css for the twenty fourteen theme? It will be in a child theme. I just don’t know what to edit to put more space there.

    https://www.psychic-compass.com

Viewing 1 replies (of 1 total)
  • /*This lowers the featured content to create more visual space below the nav-bar*/
    .featured-content-inner {
        margin-top: 36px;
    }
    /*This removes the striped background that would normally appear from moving the featured content lower*/
    #featured-content {
        background: #000 url('');
    }
Viewing 1 replies (of 1 total)
  • The topic ‘twenty fourteen theme’ is closed to new replies.