Mobile CSS Fix

@media (max-width: 767px) {
.page_wrap .textwidget [style*=”max-width: 1200px”] {
overflow: visible !important;
max-width: 100% !important;
}
.page_wrap .textwidget [style*=”flex”] > [style*=”min-width”] {
min-width: 0 !important;
max-width: 100% !important;
width: 100% !important;
}
.page_wrap .textwidget [style*=”flex-wrap”] {
flex-direction: column !important;
}
.page_wrap .textwidget [style*=”padding”][style*=”50px”] {
padding: 25px 15px !important;
}
}

Add Your Comment