| Server IP : 199.250.200.62 / Your IP : 216.73.217.89 Web Server : Apache System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : jasonp18 ( 1000) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/jasonp18/www/wp-content/plugins/strong-testimonials/public/css/ |
Upload File : |
/**
* Column layout for any template using CSS multi-column.
*/
/*
* global
*/
.strong-content.strong-columns {
display: block;
/* a minimum width fallback */
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px;
-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;
}
/*
* 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: 667px) {
.strong-content.strong-columns {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}