The quick start has some space, padding both top and bottom, so when you scroll and it locks it looks good because of the space. How do I get that space? When you scroll on my site, the banner image is just about touching the edge. The top is also touching. I need some space.

    arimakidd

    You can try this custom CSS:

    @media screen and (min-width: 787px) {
    .zen-nav-fixed .zen-spotlight {
        margin: 15px 0;
    }
    }

    and change to your desired value.

    Write a Reply...
    You need to Login to view replies.