Header padding disappeared when upgraded to Vantage ver. 2.2.2
Hi,
My header padding disappeared when upgrading to latest version of vantage.
Custom css:
/* Header padding */
header#masthead {
padding: 0 !important;
background: transparent !important;
}
header#masthead hgroup {
padding: 0 !important;
background: transparent !important;
}
.main-navigation {
margin: 0 !important;
}
body.responsive header#masthead hgroup .support-text, body.responsive header#masthead hgroup #header-sidebar {
display: none !important;
background: transparent;
}
/* Home padding */
#main {
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 0px !important;
padding-left: 0px !important;
background: transparent !important;
}
URL: http://lifebeads.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Troels
We removed the hgroup tag in 2.2.2 in keeping Vantage current with current markup standards. hgroup is still there but as a div class. If you add a period in front of hgroup everything will be restored:
header#masthead .hgroup { padding: 0 !important; background: transparent !important; }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.