CSS Custom Header Position
-
I’m currently using this code (below) to add a new header to the top of my blog, but for some reason my nav bar is running through the header. How can I change this?
#masthead {
position: relative;
top: 0px;
background: url(‘https://mightaswellshine.files.wordpress.com/2014/11/cropped-mightaswellshinelogo31.jpg’);
width: 600px;
height: 200px;
margin: 10px;
margin-top: 0px;
}Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
I checked http://mightaswellshine.wordpress.com/ just now and I see it’s using the Chunk theme and not the Penscratch theme.
CSS is theme-specific, so every time you change themes you’ll need to start over with the CSS. If you switch back to a past theme, you might still be able to find any old CSS you had saved for it before in the CSS Revisions link at the top of the Appearance > Customize > CSS panel.
Do you still need help adding a header image to http://mightaswellshine.wordpress.com/ ?
- The topic ‘CSS Custom Header Position’ is closed to new replies.