• I uploaded and applied my new logo in the zee:magazine theme. Theres a white border around the logo and picture that i have and i want to get rid of it. Its not embedded in the image and i cant figure it out in the css. Any help? my site is https://www.ednetiep.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hmm, I’m not seeing a white border. Do you mean the white margin around it?

    Thread Starter nloughli

    (@nloughli)

    yeah… no matter how big i make the image… the margin stays around it

    k. right now the image is about 900px by 225px. It needs to be 950px by 274px to fill the space. Then remove the set margins in the style sheet. Your are looking for:
    #head_left img {
    margin: 20px 0 15px 5px;
    }

    Set the margins to zero, so:

    #head_left img {
    margin:0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't remove white border from my logo header’ is closed to new replies.