change tablet display
This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago ago by create888
change tablet display
Hello,
Sorry, but your request is a bit unclear for me. Please describe the desired result in more detail. Provide temporary wp-admin access and URL of the mentioned page.
Regards
update
Theme Options > Theme custom CSS:
@media only screen and (max-width: 992px) {
.woocommerce-checkout > .row > [class*=col] {
width: 100%;
}
.pickup-location-field {
display: flex;
flex-direction: column;
align-items: flex-end;
text-align: revert;
}
#shipping_method li label {
text-align: end;
display: inline-block;
}
}
Regards
many thanks
The issue related to '‘Change Landscape view on tablet’' has been successfully resolved, and the topic is now closed for further responses