fauzanjeg

Make Sticky Bar full width in Box Layout

May 18th, 2021 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. /* Make Sticky Bar full width in Box Layout */
  2. .jeg_boxed .jeg_container .jeg_navbar_wrapper.jeg_sticky_nav {
  3.     left: 0px;
  4.     max-width: 100%!important;
  5. }
Add Comment
Please, Sign In to add comment