Mobile Display Issue

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by nycdesign, Dec 31, 2013.

  1. nycdesign

    nycdesign Member

    Joined:
    Oct 22, 2012
    Messages:
    30
    Likes Received:
    1
    Location:
    NYC
    Hello Guys,

    I have problem of seeing : Buy Now and Checkout icon in mobile devices, I can see them in Tablets but not on smart phones. How to resolve this?

    Best regards
    Gyalgin
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Could you please specify your issue with the help of screen shot images and also do share us your website link so that we can check the issue.
     
  3. appointdrew

    appointdrew New Member

    Joined:
    Nov 21, 2013
    Messages:
    2
    Likes Received:
    0
    Hi, Is there a HTML to put in a Mobile Website for Dudamobile or something else. Thanks, Drew
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207


    Hello,

    For media devices we uses css codes for different views they are

    Code:
    @media only screen and (max-width: 960px) and (min-width: 767px){}
     
     
    @media only screen and (max-width: 767px){}
     
     
     
     
     
    @media only screen and (max-width: 767px) and (min-width: 480px){}
     
     
    @media only screen and (max-width: 480px){}
    

    Thanks & Regards
    Gourav Shrivastava
     
    amaconline likes this.

Share This Page