fireflythemes

Mobile width max

Feb 19th, 2023
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. @media only screen and (max-width: 1023px) {
  2.     .page-id-7 .layout-no-sidebar-content-width #primary {
  3.         width: 100%;
  4.     }
  5.  
  6.     .page-id-7 .entry-content-wrapper {
  7.         padding: 20px;
  8.     }
  9.  
  10.     .page-id-7 #primary {
  11.         padding-left: 0;
  12.         padding-right: 0;
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment