fireflythemes

Menu Float

Jan 17th, 2021
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. @media only screen and (max-width: 909px) {
  2.     .site-branding,
  3.     .custom-logo-link,
  4.     .site-identity {
  5.         float: left;
  6.         width: auto;
  7.     }
  8.  
  9.     .right-head {
  10.         float: right;
  11.         width: auto;
  12.         clear: none;
  13.         position: inherit;
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment