seismic-slate: css margin-top is overridden somewhere
-
Hi,
I have been tinkering with the seismic-slate style.css and header.php.
Minor changes mostly to the header to customize it to match my website.
However, I don’t like the extra space between the bottom of the header and menu bar and the beginning of the content.
I’ve tried setting the margin in the #container and #content sections in the style.css but it is ignored. I tried adding margin-top and !important but for some reason that makes the secondary column slide to the bottom. Any advice as to what to look for that could be overriding the margins would be greatly appreciated./* LAYOUT: Two columns DESCRIPTION: Two-column fixed layout with one sidebar right of content */ #container { float: left; margin: 0 -320px 0 0; width: 100%; } #content { margin: 0 320px 0 0; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘seismic-slate: css margin-top is overridden somewhere’ is closed to new replies.