• Resolved abreed05

    (@abreed05)


    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,

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not sure if this is what you are going for….

    #top-bar {
    background: rgba(221, 221, 221, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: solid 0px #dddddd;
    }

    Thread Starter abreed05

    (@abreed05)

    Hello,

    Unfortunately that is not quite what I was looking for. I don’t need to edit the navigation bar. I need the bar above the text How to Template to be gone and move the text up to where that white bar was.

    Thread Starter abreed05

    (@abreed05)

    I figured it out.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Freak: CSS Header help’ is closed to new replies.