jfeng22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Spacing on Header and FooterSo i tried this code that csutom34 was kind enough to post
header#masthead hgroup {
margin: 0;
}
header#masthead {
padding: 10px 1 20px 0;
}However if i use this than all of my menu/bottom drop downs are messed up.
Is there a way I can just move the menu bar all the way to the top of the page?
Forum: Themes and Templates
In reply to: [Vantage] Help with CSS and Editing HeaderOkay so the hover colors are changed, ty for the pointers.
I’m still confused as to how i can move the header bar up and eliminate the space between the URL bar and the header bar.
This is my current header CSS:
header#masthead {
background: #fcfcfc;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}header#masthead hgroup {
position: relative;margin-bottom: 40px;
margin-top: 20px;
}header#masthead hgroup a {
color: inherit;
text-decoration: none;
}header#masthead hgroup h1 {
color: #666666;
font-size: 36px;
font-weight: 100;
line-height: 1em;
}header#masthead hgroup img {
height: 150px;max-width: 100%;
}header#masthead hgroup .support-text {
position: absolute;
top: 50%;
right: 0;color: #4b4b4b;
font-style: italic;
line-height: 1.2em;
margin-top: -0.6em;
max-width: 50%;Forum: Themes and Templates
In reply to: [Vantage] Help with CSS and Editing HeaderAwesome! Thanks for the help!!