• I’m doing a child twentytwelve theme and there is a gap between my content and footer. The gap has borders as well that I can’t locate. main.wrapper and primary.site-content are longer than content.main, and I can’t see why. I think I’ve over written every css pad and margin property possible, no effect. Please help, thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • the extra space seems to be caused by the bottom margin on this style:

    .site-content article {
    	border-bottom: 4px double #ededed;
    	margin-bottom: 72px;
    	margin-bottom: 5.142857143rem;
    	padding-bottom: 24px;
    	padding-bottom: 1.714285714rem;
    	word-wrap: break-word;
    	-webkit-hyphens: auto;
    	-moz-hyphens: auto;
    	hyphens: auto;
    }
    Thread Starter djmiller78

    (@djmiller78)

    Yes, I found it, thank you. I tried commenting margins and padding out in my child which left the parent theme margin formatting active, had to zero the margin and padding parameters out in the child. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘space between content and footer’ is closed to new replies.