This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Twenty Sixteen can’t change padding

9 years ago · Last reply by Andrew Misplon 9 years ago

I am trying to edit the padding around the #masthead.site-header in twenty sixteen and it is not working. I have disabled all plugins except SiteOrigin CSS. Some features like text justification are working but others are not.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 9 years, 10 months ago

    Hi R

    Thanks for reaching out.

    Try inserting the following at Appearance > Custom CSS:

    @media screen and (min-width: 61.5625em) {
        .site-header {
            padding: 5.25em 4.5455%;
        }
    }
    @media screen and (min-width: 44.375em) {
        .site-header {
            padding: 3.9375em 7.6923%;
        }
    }
    .site-header {
        padding: 2.625em 7.6923%;
    }

    Edit the values as required. Hope that helps :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread