0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #content > .inner, .fixed-sidebar .fixed-sidebar-inner { background: #cccccc; margin-top: 0; padding: 10px!important } .fixed-sidebar .fixed-sidebar-inner > *:last-child, #content > .inner > *:last-child { padding-bottom: 20px!important } @media(min-width:768px){ .fixed-sidebar .fixed-sidebar-inner, #content > .inner { margin-bottom: -5000px; padding-bottom: 5000px!important; } #main .wrap { overflow: hidden; } } |