Css problems with tablet modes rotating - by fyshlas

This topic has 6 replies, 2 voices, and was last updated 3 months, 3 weeks ago ago by Luca Rossi

  • Avatar: fyshlas
    fyshlas
    Participant
    May 23, 2024 at 14:05

    Problem with tablet css modes when tablet turns from portrait to landscape

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    5 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    May 24, 2024 at 05:31

    Dear @fyshlas,

    We hope this message finds you well. To address the issue you are experiencing, we recommend implementing the following custom CSS:

    
    @media (min-width: 768px) and (max-width: 960px){
        body .navbar-right .aws-container {
            display: none !important;
        }
    }
    

    Please add this code to your website’s CSS file. If you require any further assistance or have additional questions, please do not hesitate to contact us.

    Best Regards,

    The 8Theme Team

    Avatar: fyshlas
    fyshlas
    Participant
    May 24, 2024 at 12:13

    Thank you this worked like a charm.

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 24, 2024 at 15:24

    Hi @fyshlas,

    Please try with this custom CSS:

    
    @media (max-width: 480px){
         .shopping-container .shopping-cart-widget {
              padding-top: 10px;
         }
         .fixed-header .shopping-container .shopping-cart-widget {
              padding-top: 12px;
         }
    }
    

    Let us know how it goes!

    Avatar: fyshlas
    fyshlas
    Participant
    May 25, 2024 at 04:45

    Nope this didnt work unfortunately

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 25, 2024 at 09:56

    Hi @fyshlas,

    You mentioned the screen sizes 800×480 and 480×800 but you checked in 960×600 and 600×960 screensizes.

    Please also adde this custom CSS code:

    
    @media (min-width: 768px) and (max-width: 960px){
        .fixed-header .shopping-container .shopping-cart-widget {
            padding-top: 7px;
        }
    }
    

    Hope it helps!

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

You must be logged in to reply to this topic.Log in/Sign up

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