diff --git a/resources/assets/stylesheets/scss/courseware.scss b/resources/assets/stylesheets/scss/courseware.scss
index 175b2a606cdea62ade90ade500720e58225508d5..c04365d283a4b50cb83b9586804d79752349cadb 100644
--- a/resources/assets/stylesheets/scss/courseware.scss
+++ b/resources/assets/stylesheets/scss/courseware.scss
@@ -282,12 +282,12 @@ $consum_ribbon_width: calc(100% - 58px);
     height: 20px;
     width: calc(100% - 314px);
     background-color: $white;
-    z-index: 40;
+    z-index: 39;
 }
 .cw-ribbon-sticky-bottom {
     position: fixed;
-    top: 112px;
-    height: 19px;
+    top: 110px;
+    height: 16px;
     width: calc(100% - 314px);
     background-color: $white;
     z-index: 39;
@@ -308,7 +308,7 @@ $consum_ribbon_width: calc(100% - 58px);
 
     &.cw-ribbon-sticky {
         position: fixed;
-        top: 56px;
+        top: 50px;
         width: calc(100% - 346px);
         z-index: 40;
     }