Home › Forums › Pro Version › Customizing responsiveness for post items › Reply To: Customizing responsiveness for post items
July 4, 2016 at 5:19 pm
#12799
Keymaster
Hi Justin,
Please use this custom css and it should fix your issue.
Please use this css. It should allow 1 column in mobile devices.
@media only screen and (max-width: 480px) and (min-width: 321px) {
.wmle_container.responsive .wmle_item_holder.col5{width:100%}
.wmle_container.responsive .wmle_item_holder.col4{width:100%}
.wmle_container.responsive .wmle_item_holder.col3{width:100%}
.wmle_container.responsive .wmle_item_holder.col2{width:100%}
}
Hope this helps.
Thanks