kristenburns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page padding – can't remove space above mastheadIn case anyone else has a similar problem… I created a new div id and renamed it from
<div id="page" class="hfeed site">to
`<div id=”wrap” class=”hfeed site”>’
in the header.php file because that was showing as the the div with the padding, despite having 0 padding in the stylesheet. It appears to have solved the problem.
Forum: Fixing WordPress
In reply to: Page padding – can't remove space above mastheadAh, I didn’t even know themes had their own forums. And thanks for mentioning the sidebar issue. I’ll fix the media queries last. I haven’t touched those, and I haven’t touched the width of any page elements, so I’m not so sure that one’s my fault.
Anyway, I semi-solved my problem. I changed the position of the masthead to absolute. It looks perfect in firefox, but, in IE, the content and sidebar are smushed up against it despite having a margin. Now I can’t figure out how to fix that.
Forum: Fixing WordPress
In reply to: Page padding – can't remove space above mastheadI did, but I checked and just now double checked to see if there were things in that section that were conflicting and didn’t find anything. And I pretty much did customize all the properties of the masthead anyway. But when I look at the site, it’s showing that the padding is coming from something above that.