Quantcast
Channel: Topic Tag: godaddy | WordPress.org
Viewing all articles
Browse latest Browse all 4340

mhensen on "godaddy cleanio theme adjust spacing in header and nav bar"

$
0
0

I know this thread is a little old, but I am using the same theme right now. I just have one question, and cyber chimps don't want to support unless you pay the $10 a month or full year sub. Anyway, I have a header issue.

so the above margins were set to 0, to clear the top and bottom like this:

header#cc-header {
margin-top: 0px;
margin-bottom: 0px;
}

I have customized the header css, and logo to adapt in a nice header box of the full page width at 1020X200. However, my header is displaying only 940 px of itself in the header box. There was a left margin, but I found in another cleanio post that when you apply a margin-left: -40px; - this allows you to move the header to the full
left side of the page. However, now the margin gap on the right side of the page is cutting off my header graphic, which needs to be opened to full width. I don't want to change the page #wrapper which is set to 1020X1400.

Here is what my css modification currently looks like, but I am missing just a little piece to display this nice header in full width.

header#cc-header {
margin-left: -40px;
margin-top: 0;
margin-bottom: 0px;
padding: 0px;
background: url(/wp-content/uploads/2015/02/* the title of your header image goes here */) no-repeat;
}

The site I am working on is:
http://achievablegreatness.outputva.com/

Any help would be greatly appreciated. In turn, I'd be happy to create you a custom graphic for your page free for the help.
Thanks!
-Mike


Viewing all articles
Browse latest Browse all 4340

Trending Articles