I couldn’t avoid editing my paid upgrade: CSS Stylesheet (AGAIN)!
I tried another theme that sported: `customer header`, `navbar` and `tagline`. But I made a compromise with my personal `perfection` and settled for `Dusk` theme by beccary.com – a dark brown and blue color but without the flowery background designs.
As a result, the `content` and `sidebar` are closer to the `header`.
For the `#content`, set top to auto:
`margin:auto 0 0;`.
For the `#sidebar`, set top to auto:
`padding:auto 25px 0 15px;` and
`margin-top:-63px;`.
To achieve the centered `#title` and narrow `#header`:
`text-align:center;`
`margin:auto 0 0;`
`float:none;` and
`height:auto;`, respectively.
Besides the above tweaks, everything else remained the same, except the `.sticky` with a `padding:0;`.
Leave a Reply