Advertisement
vapvarun

make cover image full width for member and group

May 14th, 2021
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. .single-item.groups .site-content .container,
  2. .single.profile .site-content .container{
  3.     max-width:100%;
  4.     padding:0px;
  5. }
  6. .single-item.groups .site-content .bp-wrap,
  7. .single.profile .site-content .bp-wrap{
  8.     max-width:1370px;
  9.     margin:auto;
  10.     padding:0 15px;
  11. }
  12. body.buddypress.single-item.groups .site-content,
  13. body.buddypress.single.profile .site-content{
  14.      padding-top: 0;
  15. }
  16. .groups-header .desc-wrap{
  17.     max-width:1340px;
  18.     margin:auto;
  19. }
  20. #item-header-cover-image{
  21.     max-width: 90%;
  22.     margin: auto;
  23.     border: none !important;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement