geminilabs

Untitled

Oct 16th, 2025
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. .wp-theme-salient.single-product #comments {
  2.     display: grid !important;
  3.     row-gap: 3rem;
  4. }
  5. .wp-theme-salient.single-product #comments h2.woocommerce-Reviews-title {
  6.     margin-bottom: 0;
  7.     white-space: nowrap;
  8. }
  9. .wp-theme-salient.single-product #comments > p {
  10.     display: none;
  11. }
  12. @media (min-width:1000px) {
  13.     .wp-theme-salient.single-product #comments {
  14.         column-gap: 3rem;
  15.         grid-template-columns: minmax(auto, 240px) 1fr;
  16.     }
  17.     .wp-theme-salient.single-product #comments h2.woocommerce-Reviews-title {
  18.         grid-row: 1 / 4;
  19.         padding-right: 3rem;
  20.     }
  21.     .wp-theme-salient.single-product #comments h2.woocommerce-Reviews-title .glsr-stars {
  22.         --glsr-review-star: 22px;
  23.         justify-content: start;
  24.     }
  25. }
  26. @media (max-width:999px) {
  27.     .wp-theme-salient.single-product #comments .glsr-summary {
  28.         margin: 0 auto;
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment