• I am trying to create a separation between the header and main content and still have them both wrapped in color. I did this once but can’t reproduce it again. I am using the weaver 2010 theme and using advanced html options. Under the option for the header I should be able to check this box and have it work – Header <div> First: Place #header <div> first – before #wrapper. (Allows full width bg color/image.) I know this worked once but while updating other options now it doesn’t work. Maybe someone know this theme and can help, I also can add html code post header but haven’t found what would work.

    The site is – http://domainclaimers.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks fine to me. What exactly do you want?
    The only thing I see wrong is the text is really small on your links. It might just be me though.

    You can use a mix of html / css style for that, aka:

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <div class="myclass">
    ... stuff inside ....
    </div>

    In Css file for theme:

    .myclass { margin-top:10 px ! important; padding: 10 px 0 0 0; }

    Basic example,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header Seperation’ is closed to new replies.