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].
Hi. Maybe you can help me.
 I want to turn to 0px for padding this code into  header master logo:
Is there a way to do this? I try with custom.css:
 header#masthead .hgroup {
 zoom: 1;
 position: relative;
 padding-top: 0px;
 padding-bottom: 0px;
 }
 .header #masthead .hgroup .logo img {
 vertical-align: bottom;
 padding-top: 0px;
 padding-bottom: 0px;
 }
 Thanks for your support.
PD. How can I do to recover my premium order number?
I use this and works:
header#masthead .hgroup {
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right:0 !important;
}
.main-navigation {
margin-top: 0px !important;
}
Thank you.
Hi axxonev
You can recover your premium order number using this form: https://siteorigin.com/orders/ assuming you have access to your purchasing PayPal email address.
You can set header padding under Appearance > Customize > General: Header Padding. That field unfortunately only goes down to 1 right now so for 0, Custom CSS isn’t a bad way to go.
Glad you made progress there.