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.

Masthead hassle

Resolved 6 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,

In trying to edit the header of my page on which I use the vantage premium theme, I discovered that unlike the rest of the page, it has become a very hard thing to do.

I wish to align the logo with the text and the image on the website below, each next to each other, with the text’s top being the same as the logo’s top and the image on the right displaying fully, not hidden due to padding.

I tried intervening with custom css, adding a snippet that I found here, and I am attaching it below, but it starts producing cross-browser problems (chrome displays it differently than firefox), and I am looking for a simpler solution before I dwell into that depth of intervention.

header#masthead .hgroup #header-sidebar {
padding-top: 5px !important;
padding-bottom: 5px !important;
}

Thanks in advance

URL: http://5.9.61.15/xomoriti/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. pj 10 years, 5 months ago

    P.S: the snippet is inactive now so the original issue can be displayed.

  2. Andrew Misplon Staff 10 years, 5 months ago

    Hi pj

    Try the following:

    #masthead .hgroup #header-sidebar[style] {
    	padding-top: 20px !important;
    }
  3. pj 10 years, 5 months ago

    Hi Andrew,

    Thank you for your time. I applied your snippet, but please check the website with chrome & firefox. You’ll see what I’m talking about on firefox.

  4. Andrew Misplon Staff 10 years, 5 months ago

    I’m, unfortunately, not sure why Firefox is positioning the text differently. You can try removing the previous CSS and using the following instead:

    /* Header */
    @media (min-width: 800px) {
    	header#masthead .hgroup #header-sidebar {
    		margin-top: -37px;
    	}
    }
  5. pj 10 years, 5 months ago

    Thank you, that seems to do the trick currently. Are there any plans to make doing such changes to the masthead not require custom css? E.g how pagebuilder does the rest of the page?

    Thanks you again.

  6. Andrew Misplon Staff 10 years, 5 months ago

    Unfortunately, not at this time. The header widget area is intended for a few widgets horizontally aligned and equally spaced from the top and bottom. Once we want more from that, it does, unfortunately, put us in a custom development situation.

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