Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Themes and Templates
    In reply to: Header problem
    Thread Starter inputout

    (@inputout)

    Does anyone have any idea how I might get around the problems above re. my header and the logo in it?

    The main ones are:
    1. How do I remove the text at the top left?
    2. How do I create space around my logo?
    Here is a link to my blog so you can see for yourself: https://www.inputout.com/blog

    Any help would be much appreciated. I’ve been tinkering with it for hours now and unfortunately getting no where.

    Here is the css code to my header:

    /* header classes */
    .header {background: url(“/blog/inputout.gif”) no-repeat bottom left; }
    #headerimg {margin: 7px 9px 0;
    height: 85px;
    width: 159px; }
    .header {margin:18px 0 0 0;color:#4F4F5F;}
    .header ul {list-style-type:none;}
    .header a:link { text-decoration: none; color: #FFFFFF; }

    Thanks

    Forum: Themes and Templates
    In reply to: Header problem
    Thread Starter inputout

    (@inputout)

    Here is the code now:

    /* header classes */
    .header {background: url(“/blog/inputout.gif”) no-repeat bottom left; }
    .header img {margin:50px 0 0 0; height: 85px; width: 159px; }
    .header {margin:18px 0 0 0;color:#4F4F5F;}
    .header ul {list-style-type:none;}
    .header a:link { text-decoration: none; color: #FFFFFF; }

    I’ve tried a few different things, but no joy. Where do I add in the 50px? Do I put in padding-top 50px somewhere?

Viewing 2 replies - 1 through 2 (of 2 total)