[Resolved] Top Margin

Home Forums Support [Resolved] Top Margin

Home Forums Support Top Margin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106116
    frank decicco

    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?

    #106145
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a try:

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

    yep, that did it.
    Thank you.

    #106178
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.