diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 9eee8c5e91..0ec5c8f97f 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -2516,6 +2516,11 @@ p.comment-form-comment { #branding { border-top: none; } + .singular .entry-header .entry-meta, + .singular .entry-header .entry-format, + .singular .entry-meta .edit-link a { + position: static; + } }