Advertisement
arie_cristianD

set sidebar width on single post

Jan 22nd, 2025
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. @media (min-width: 992px) {
  2.     .single .jeg_sidebar.col-md-4 {
  3.     width : 40% ; /* sidbear content width */
  4.     }
  5.  
  6.     .single .jeg_main_content.col-md-8{
  7.         width : 60%; /* main content width */
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement