Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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.
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 :)