Theme Freak: CSS Header help
-
Ok here is my problem https://mywoodlandgear.com/howtotemplate/ Where the header is that say how to template. There is a gap of the background left . I want to move it so that the header is flush with the top of the background. I do not want that little bar there. What custom CSS would I use to move it?
The custom CSS I used to get it transparent is
body .entry-header.freak-single-entry-header {
background-color: rgba(255, 255, 255, 0);
text-align: center;
}I tried using margin-top arguments for a few different classes but that is not achieving the desired look. Any help in this matter would be greatly appreciated.
Thank you,
- The topic ‘Theme Freak: CSS Header help’ is closed to new replies.