• I am trying to create white space at the bottom of my header image and am encountering problems. Probably because I’m not sure if I should be creating padding or margins!

    The coding I’ve used so far is:

    #logo a img{
    	border:none;
    	vertical-align:middle;
    	margin-right:15px;
    	padding:0px 0px 10px 0px;
    }

    My site is: http://www.blahblahbecky.co.uk/

Viewing 1 replies (of 1 total)
  • #header {
        background: url("images/bk_dotted_horiz.png") repeat-x 0 100%;
        height: 100px;
        margin-bottom: 13px;
        margin-top: 10px;
        padding-bottom: 20px;
        position: relative;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Problem creating padding at bottom of image’ is closed to new replies.