Guest User

Untitled

a guest
Jan 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. /* to make page content full width */
  2. body.page .entry .entry-content > *, .entry .entry-summary > * {
  3. max-width: none;
  4. }
  5.  
  6. /* to make posts content full width */
  7. .entry .entry-content p
  8. {
  9. max-width: none;
  10. }
  11.  
  12. /* to make shop content full width */
  13. .woocommerce .content-area .site-main
  14. {
  15. max-width: none;
  16. }
Add Comment
Please, Sign In to add comment