diff --git a/_layouts/base-en.html b/_layouts/base-en.html index 37d45249..f265fb1d 100644 --- a/_layouts/base-en.html +++ b/_layouts/base-en.html @@ -88,8 +88,7 @@ menu: Support BitcoinSupport Bitcoin - Bitcoin conference - + diff --git a/_less/screen.less b/_less/screen.less index b40c022e..3a968895 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -572,8 +572,9 @@ li{ } .conferencebanner{ - float:right; - margin-right:5px; + position:absolute; + top:0px; + right:5px; } /*Styles specific to mobiles*/ @@ -666,7 +667,7 @@ li{ display:none; } .conferencebanner{ - float:none; + position:static; display:inline-block; margin:0px 0px 10px 0px; }