![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/strong-testimonials/public/css/ |
/** * Column layout for any template using CSS multi-column. */ /* * global */ .strong-content.strong-columns { display: block; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; } .strong-content.strong-columns .wpmtst-testimonial { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; word-wrap: break-word; } /* * 2 columns */ .strong-content.strong-columns.columns-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } /* * 3 columns */ .strong-content.strong-columns.columns-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } /* * 4 columns */ .strong-content.strong-columns.columns-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } /* * responsive */ @media screen and (max-width: 767px) { .strong-view .strong-content.strong-columns { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } }