History: Tiki_org_family_headers_fix_CSS
Source of version: 1
- «
- »
Copy to clipboard
~tc~ Use this page called with tiki-index_raw.php?page=PAGENAMEHERE&textonly ~/tc~ /* START of Move this into the fivealive-lite theme CSS (the rules with "auto" values can be actually deleted from the less -- luci) */ body.tiki.navbar-padding, .layout_fixed_top_modules, .layout_social_modules { padding-top: 39px; /* before was 48px - needed change in the hide top nav on scroll module too */ } .layout_fixed_top_modules .top_modules, .navbar-fixed-top { height: auto; } .navbar-fixed-top .btn, .layout_social .topbar_modules .btn, .layout_social_modules .topbar_modules .btn, .layout_fixed_top_modules #top_modules .btn, .navbar-fixed-top .btn-link, .layout_social .topbar_modules .btn-link, .layout_social_modules .topbar_modules .btn-link, .layout_fixed_top_modules #top_modules .btn-link { margin-top: auto; } /* END of Move this into the fivealive-lite theme CSS */