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.

Vantage sidebar and header

11 years ago · Last reply by Greg Priday 11 years ago

Hi.

Is it possible to change background color on the sitebar ( From top of screen to bottom of screen ) ?

Secondly : The header in Vantage is somewhat missing something. I would like to make a header like this : http://spjaldtomrer.dk/

Is that possible ?

URL: http://www.sats-gruppen.dk

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Kim Larsen 11 years, 5 months ago

    Regarding the header , it seems that I have found the solution.

    But the question regarding the sidebar background colour remains :-)

    Kim

  2. Greg Priday Staff 11 years, 5 months ago

    Hi Kim

    Unfortunately that sidebar modification is quite difficult to make. The main problem is the way that CSS handled 100% heights. It would only have been possible if we had made this a consideration from the beginning. It would require some changes to the HTML structure to get working properly.

    Sorry about that, hopefully we’ll be able to make this possible in our next theme.

  3. Greg Priday Staff 11 years, 5 months ago

    This is some code I wrote while trying to test if this was possible for you. It has some flaws though. It’ll only really work properly if you can always ensure your sidebar is taller than your content.

    #secondary {
      margin-top: -35px;
      margin-bottom: -35px;
      padding-top: 35px;
      padding-bottom: 35px;
      background: green;
    }

    Sorry I couldn’t give you anything more useful.

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