From d22ae7364ee5ab6dceb800ac678a9f2d672d7c4b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 17 Oct 2017 11:43:19 -0400 Subject: [PATCH] Added ad container on member list search results Added ad container on member list search results. This will show an ad group if the relevant search term is in REQUEST --- scss/plugins/advanced-ads.scss | 6 ++++++ sections/interior-page.php | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 scss/plugins/advanced-ads.scss diff --git a/scss/plugins/advanced-ads.scss b/scss/plugins/advanced-ads.scss new file mode 100644 index 0000000..ce7f575 --- /dev/null +++ b/scss/plugins/advanced-ads.scss @@ -0,0 +1,6 @@ +#top-ad-container img { + margin: 0 auto; + float: none; + display: block; + margin-top: 10px; +} \ No newline at end of file diff --git a/sections/interior-page.php b/sections/interior-page.php index d0556df..b10bf90 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -1,5 +1,6 @@
+
+