Now it is COMPLETELY resolved!
@media only screen and (min-device-width: 250px) and (max-device-width: 1024px){
.wcu-dash-coupon-area{
min-width: 200px;
}
.coupon-title{
width: 100%;
}
.wcu-campaigns-col1{
width: 100%;
display: block;
}
form#wcusage_settings_form_orders{
width: 80%;
max-width: 100%;
}
.wcutab button{
width: 100%;
margin: 0 0 1% 0 !important;
}
span.wcu-order-filters-field, .wcu-filters-col1, .wcu-filters-col2{
width: 100%;
max-width: 100%;
}
code#p1{
font-size: 80%;
}
}
https://i.imgur.com/7NdoI6D.png
As demonstrated in the link above, the problem was resolved with these CSS updates!
-
This reply was modified 2 years, 7 months ago by rodriggoenzo.