From 3836ddaaca1a0e655f876ba3022c99278b6f3786 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 20 Oct 2014 16:30:30 -0400 Subject: [PATCH] Facebook Iframe now in front page template --- index.php | 15 ++++++++++----- sidebar.php | 1 + style.css | 44 +++++++++++++++++--------------------------- 3 files changed, 28 insertions(+), 32 deletions(-) diff --git a/index.php b/index.php index 15cab4b..020c351 100644 --- a/index.php +++ b/index.php @@ -9,12 +9,17 @@ echo "
"; bcn_display(); echo "
"; - - }?> + } + ?>
- - - + '; + the_block( 'Homepage Images'); + } + endwhile; else:?>

diff --git a/sidebar.php b/sidebar.php index d5a6a0e..b3ce8cd 100755 --- a/sidebar.php +++ b/sidebar.php @@ -2,6 +2,7 @@ diff --git a/style.css b/style.css index 11b136c..9b98994 100755 --- a/style.css +++ b/style.css @@ -121,32 +121,10 @@ img { top:0px; left: 0px; } - +#wpadminbar { + display:none; +} - #wpadminbar { - display:none; - } - -@media (max-width:640px) { - html { - margin: 0 !important; - } - #top { - padding: 0; - } - #logo { - float: none; - max-height: 100%; - max-width: 100%; - position: relative; - } - - } - @media (min-width: 641px) { - .tab-bar{ -/* display: none;*/ - } - } /* Main Contant Area */ #main { max-width: 780px; @@ -451,8 +429,20 @@ ul, ol, dl { } /* Media Queries */ - -@media (max-width: 640px) { + +@media (max-width:640px) { + html { + margin: 0 !important; + } + #top { + padding: 0; + } + #logo { + float: none; + max-height: 100%; + max-width: 100%; + position: relative; + } #main { margin: 0px; } -- 2.17.1