Change Landscape view on tablet - by create888

This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago ago by create888

  • Avatar: create888
    create888
    Participant
    February 1, 2021 at 14:08

    change tablet display

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2021 at 08:41

    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

    Avatar: create888
    create888
    Participant
    February 2, 2021 at 10:18

    update

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2021 at 14:54

    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

    Avatar: create888
    create888
    Participant
    February 4, 2021 at 16:05

    many thanks

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Change Landscape view on tablet’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.