• Resolved blu3t0rtuga

    (@blu3t0rtuga)


    Hello. I added three icon images with links to the footer on my website Blue Tortuga Design and although they work just fine, the top margin spacing is driving me crazy. I want them to align right and for the top of the image to be in line with the text to the left. I have read everything I can and made a ridiculous number of changes to it myself (tried putting it in a table, adding divs changing the margins I thought it would be) but with no luck… whenever I finally get the images in line with the text, the right align disappears and everything ends up centered?! What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • footer .site-info p {
        float: left;
    }
    footer .site-info div {
        float: right;
    }
    footer .site-info img {
        margin-top: 0;
    }
    Thread Starter blu3t0rtuga

    (@blu3t0rtuga)

    You are seriously awesome- I have been messing with this for hours and you fixed it in seconds! Thank-you! Thank-you! Thank-you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Image Margin Issues’ is closed to new replies.