I used the code given below, under custom css. but listing still showing with the width of 25%. I want listing width 33.33%.
Url : http://www.coupondose.com
@media (min-width: 992px) .col-md-3 { width: 33.33% !important; } @media (min-width: 768px) .col-sm-3 { width: 33.33% !important;
This reply is for PremiumPress customers only.
273
Views
1
Replies
Copyright © 2010-2025 PremiumPress Limited.
I used the code given below, under custom css. but listing still showing with the width of 25%. I want listing width 33.33%.
Url : http://www.coupondose.com
@media (min-width: 992px)
.col-md-3 {
width: 33.33% !important;
}
@media (min-width: 768px)
.col-sm-3 {
width: 33.33% !important;
Members Only Content
This reply is for PremiumPress customers only.
Login Now