• lisarupe

    (@lisarupe)


    Please tell me what CSS is controling the large margin/padding around the header image. I can’t find it.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • bdbrown

    (@bdbrown)

    Hi lisarupe. Welcome to the Hueman forum. Please post a link to your site so we can see the issue. Thanks.

    Thread Starter lisarupe

    (@lisarupe)

    Here is the site. http://74.220.219.138/~ealthcm1/ I want to remove the large green padding around the header image.
    Thanks

    bdbrown

    (@bdbrown)

    Thanks for the link. If you want to remove all the padding you could use this:

    #header .pad {
        padding: 0;
    }

    If you want to move the image in a bit you could do this:

    #header .pad {
        padding: 0;
        padding-left: 30px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘change heder padding/margin’ is closed to new replies.