History: Tiki_org_family_headers_fix_CSS
Source of version: 3
Copy to clipboard
~tc~ ***** * USE THIS PAGE REQUESTED WITH tiki-index_raw.php?page=PAGENAMEHERE&clean&textonly * Example: <link rel="stylesheet" href="https://themes.tiki.org/tiki-index_raw.php?page=FooBar&clean&textonly&css" type="text/css"> ***** ~/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: 39px; } .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 */