• hi,

    i have added images to either side of my footer, however they sit a bit low so are cut off on the bottom. i would like to move them higher to be almost flush with the top of the footer.

    i have tried changing border, but it doesn’t move them:
    <img src="http://www.celtic-carpentry.com/wp-content/uploads/2011/05/celtic-corner_gray_right.jpg" alt="" border="0px 0px 0px 0px" />

    i have also looked in style.css, but i cannot work out how to move them.

    heres my site, and i am using fudo.

    can anyone help?

    thanks, robin

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter robeeno

    (@robeeno)

    Hi, I still can’t solve this problem, can someone please help?
    Also I cannot get the bit of text ‘Website Made by Robin Haig’ to sit in middle of footer?

    try adding this to the bottom of the style sheet for the images,

    #bottom img {margin-top:-8px;}

    …and maybe try adding a left margin here, until you have it where you want it

    #site-generator {
    float: left;
    padding-left: 10px;
    width: 440px;
    }

    That might do it.

    Thread Starter robeeno

    (@robeeno)

    Thank you. Your first suggestion worked of adding #bottom img {margin-top:-8px;}

    My next problem it to center ‘Website Made by Robin Haig’ in between the 2 corner images. Right now I have this:

    #site-generator h2 {
    	font-size: 0.9em;
    	font-style: italic;
    	text-align: right;

    but it only aligns the text within its bow, not the box within the footer?

    Try setting the #site-info width to 100px or so, and see if that does it.

    #site-info {
    float: left;
    width: 100px;
    }

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

The topic ‘align image in footer’ is closed to new replies.