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

blogger323 on "[Theme: Twenty Thirteen] Sidebar overlaps footer"

$
0
0

One solution is to define widget heights statically by using CSS. For me, following code works for a Twitter widget with 400px height.


#twitter_timeline-4 {
height: 460px;
}

You need to adjust id and the height value for your theme. I hope this could help you.


Viewing all articles
Browse latest Browse all 13554

Trending Articles