Advertisement
wclovers

Untitled

Jul 13th, 2023
1,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. @media screen and (max-width: 480px) {
  2.     #wcfm_store_header .header_right {
  3.         display: flex !important;
  4.         flex-direction: column !important;
  5.     }
  6.  
  7.     #wcfm_store_header .header_right .bd_icon_area.lft {
  8.         display: flex !important;
  9.         flex-direction: row !important;
  10.         justify-content: center !important;
  11.         position: initial !important;
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement