Site logo

Archived topic

Top Margin

3 replies · Started by frank decicco on May 6, 2015

Viewing posts 1–4 of 4

how can I add a margin to the top so that some background is visible above the header when in boxed mode and in desktop view, not necessary for mobile.

i have the addons but the spacing one does not allow this. ideas?

Give this CSS a try:

@media (min-width:769px) {
      .site-header {
            margin-top: 20px;
      }
}

yep, that did it.
Thank you.

You're welcome :)

This archived topic is closed to new replies.