/* Center Three/Four Col - Center */
.center-three-columns,
.center-four-columns {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
margin: 0 !important;
width: 100% !important;
}
@media (min-width: 768px) {
.center-three-columns .flex_column,
.center-four-columns .flex_column {
width: calc(50% - 15px) !important;
}
}
@media (min-width: 990px) {
.center-four-columns .flex_column {
width: calc(33.33% - 20px) !important;
}
}
@media (min-width: 1201px) {
.center-four-columns .flex_column {
width: calc(25% - 22.5px) !important;
}
.center-three-columns .flex_column {
width: calc(33.33% - 20px) !important;
}
}
/* Center Three/Four Col - Center - END */
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter