diff --git a/media/css/readthedocs-doc-embed.css b/media/css/readthedocs-doc-embed.css index 26cc8e0a8..34a4c5eaa 100644 --- a/media/css/readthedocs-doc-embed.css +++ b/media/css/readthedocs-doc-embed.css @@ -116,3 +116,7 @@ div.ethical-sidebar, div.ethical-footer { /* Alabaster needs some extra spacing before the footer ad */ margin-top: 2em; } +.ethical-alabaster { + /* Alabaster's search box above the ad is floating */ + clear: both; +}