• My header for the default kubrick template is naked. I don’t know what I did wrong.

    Please provide me with a link to this default template or default code or suggestions as to how I can get this page back to normal. Thank you.

    Here is the site: https://www.big-nasty.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The default width of that theme is 760px. Your header image is larger than that and stretching the page. Also, your image is a jpg image. You can have the background of the image transparent if you use a gif or png file so it will look like it fits in better with the page. When you set the title of your blog, that is the text that is displayed in the header, but it looks like you replace it with the logo image. I’m not sure what you meant when you said it was naked, but hopefully that information helps

    [signature moderated Please read the Forum Rules]

    Thread Starter Bignasty247

    (@bignasty247)

    Thank you for your respone. By ‘naked’ I meant the design template is missing. The page is supposed to be the default kubrick theme but something has gone wrong in the style sheet.

    Thread Starter Bignasty247

    (@bignasty247)

    Here is my updated site.

    https://www.big-nasty.com. How do I move the header and tagline up?

    Bignasty247,

    Now I see it. I tried to respond to another post of yours on the same subject. Start by deleting the “pager” div:

    <div id="pager">
     <div id="headr">
      <div class="description"> hopes Brandon Marshall enjoys his impromptu vacation.
      </div>
     </div>
    </div>

    Then add a negative margin to the “page” style on line 119 of your style.css:

    #page {
       margin: -10px auto 0;
       text-align: left;
       width: 970px;
       }
    Thread Starter Bignasty247

    (@bignasty247)

    Hey,

    Thanks for the reply. I have successfully removed the backgorund. Now I just want to know how to show my tagline. Also, there is a “V” icon (favicon) in the browser next to “http”. How do I remove this? After this I’ll be up and running. Thanks for all your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Naked Header’ is closed to new replies.