Motif header

  • Unknown's avatar

    Hi @neildenny, I’m not seeing the background declaration with the header image URL in it in your CSS (in .site-image).

    Replace the .site-image rule you have with the following.

    .site-image {
        background: url("http://beyondconflict.files.wordpress.com/2014/02/neildennycom-on-blue-sky-940-x-110.jpg") no-repeat scroll center top / contain rgba(0, 0, 0, 0);
        height: 110px;
    }

    The header image for Motif, if you want it to go full width, should be 987px. There is 34px of padding all the way around in the .site-branding div, so you will have to adjust the left and right padding to zero if you want a full width header image. You can also adjust the top and bottom padding to get the look you want. Add the following and then adjust as desired.

    .site-branding {
        padding-top: 34px;
        padding-right: 34px;
        padding-bottom: 34px;
        padding-left: 34px;
    }
  • Unknown's avatar

    Oh! – and I thought you were there just to help ME! [grin]

  • Unknown's avatar

    Hi Margaret, I try and make everyone happy. :)

  • Unknown's avatar

    Now, Rich! – you must know when I’m joking …

  • Unknown's avatar

    I most certainly do, and you did notice my smiley face, right?

  • The topic ‘Motif header’ is closed to new replies.