diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 5f5623620..c523c67e3 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -124,10 +124,12 @@ body { } /* Showcase */ -.page-template-showcase-php #primary { +.page-template-showcase-php #primary, +.sidebar-content.page-template-showcase-php #primary { margin: 0; } -.page-template-showcase-php #content { +.page-template-showcase-php #content, +.sidebar-content.page-template-showcase-php #content { margin: 0 7.6%; width: auto; }