Advertisement
fauzanjeg

Change Main Content Width for Single Post

Oct 28th, 2021
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /* Change Main Content Width for Single Post */
  2. /* Only for Dekstop */
  3. @media only screen and (min-width: 1025px) {
  4.     .single-post .jeg_singlepage .jeg_main_content {
  5.         width: 50%;
  6.         margin-right: 5%;
  7.     }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement