Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13572

Jesin on "Twenty Thirteen Sidebar Overlapping Footer"

$
0
0

Add the following CSS code to the style.css of your child theme

#main {
  margin: 0 auto;
  min-height: 2950px;
  width: 1000px;
}

You'll have to modify the min-height value if you add or remove widgets in the sidebar.

You have an inline CSS code on the footer, remove that

<footer role="contentinfo" class="site-footer" id="colophon" style="margin-top: 1673px;">


Viewing all articles
Browse latest Browse all 13572

Trending Articles