This topic has 2 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
Hi
I have ticked reverse column on mobile for this element https://prnt.sc/1w740eo, however, it does not work for tablet size https://prnt.sc/1w74d0i.
how can i do it for tablet?
Hello,
Yes, because it works for devices after 767px. If you want to start for the 907px then add below code to Theme Options > Custom CSS
@media only screen and (max-width: 907px){
.vc_row.columns-mobile-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
Regards
Tagged: column, mobile, persuasive, reverse, template, woocommerce, wordpress
The issue related to '‘Reverse column on mobile’' has been successfully resolved, and the topic is now closed for further responses