Twenty Sixteen can’t change padding
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
1Hi 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.