• Hello,
    Site = ivanandivana.com.
    I have made a custom template for the home page on my site, .homepage. I want to have the jpg to take up the entire width and height of the .homepage wrapper, but for some reason the white around the wrapper will not go away. I’ve tried changing around the css of the .homepage wrapper by decreasing the padding and margins, but no such luck.

    Any help or guidance would be much appreciated. Thanks!

Viewing 1 replies (of 1 total)
  • change the BG color for #000, see if that effects the white you see
    if it does, then change the padding you have set in the wrapper onleft and right, see if that has any effect.

    #wrapper
    {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    margin-top: 0px;
    padding-top: 0pt;
    padding-right: 20px;
    padding-bottom: 0pt;
    padding-left: 20px;
    }

Viewing 1 replies (of 1 total)

The topic ‘Can't remove white wrapper border from custom template’ is closed to new replies.