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.

Header padding disappeared when upgraded to Vantage ver. 2.2.2

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

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

1
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi 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.

Have a different question or issue?

Start New Thread