CART IMAGE PROBLEM ON SMARTPHONE

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #18288
    Sypnosis
    Member

    The image of the cart overlaps the Logo image on smartphone.

    what I do?

    #18301
    Veena
    Moderator

    Pls set retina site logo image in Themeoptions > Site logo tab and also specify the width and height for the same and let me know when you are done with this.

    #18317
    Sypnosis
    Member

    Done

    #18326
    Veena
    Moderator

    You can use the below custom CSS –

    @media only screen and (-webkit-min-device-pixel-ratio: 2){
    #site-logo a img.retina-logo {
        display: block;
        width: 240px;
    }}
    @media only screen and (max-width: 767px){
    .woocommerce-site #mobile-menu-toggle {
        float: left;
        top: 15px;
        position: relative;
    }}
    
    #18365
    Sypnosis
    Member

    The problem has remained unsolved.

    #18373
    Veena
    Moderator

    http://www.webmarketingturistico.eu/
    Are you checking this in mobile phone?
    Pls set retina logo and kindly set width and height for the same.

    Pls include the below custom CSS also in themeoptions –

    @media only screen and (max-width: 767px){
    #site-logo {
        max-width: 70%;
    }}
    
    #18404
    Sypnosis
    Member

    Works, thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘CART IMAGE PROBLEM ON SMARTPHONE’ is closed to new replies.