Advertisement
fauzanjeg

Sticky Share Bar in Custom Content, Mobile Only || Custom Change

Sep 23rd, 2021
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /* Sticky Share Bar in Custom Content, Mobile Only || Custom Change */
  2. @media only screen and (max-width: 1024px) {
  3.     .jeg_custom_content_wrapper .jeg_share_button {
  4.         position:sticky!important;
  5.         bottom:0px;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement