• Hello! I’ve been trying to remove the thin border line from my blog background, but I can’t seem to find the problem. I deleted the border action from the #wrap:

    #wrap {
    	margin: 5px auto;
    	padding: 0;
    	width: 980px;
    	border: 1px solid #ccc;
    	background: #fff;
    }

    I also tried putting the border action in between */ & /*, and still the thin line border doesn’t go away. Am I doing this correctly?

    My blog is https://www.jeanelleechols.com/donaana

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove wrap border’ is closed to new replies.