Site Not Displaying Correctly On Android Phone

Discussion in 'SpotMoto WordPress Theme' started by ltuggs, Aug 6, 2013.

  1. ltuggs

    ltuggs Member

    Joined:
    Jul 18, 2012
    Messages:
    30
    Likes Received:
    0
    Hello,

    Is there a problem with this theme displaying correctly on Android phone?

    Please advise.




     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Our all Theme are fully responsive and works perfectly on Android devices.
    If you are facing problem then you can share your website link and specify the area that are distorted with the help of screen shot images,
    so that we can check your issue.
     
  3. lili80

    lili80 New Member

    Joined:
    Jan 4, 2014
    Messages:
    5
    Likes Received:
    0
    Hello,

    I have the same problem.

    I have previously used the free version. Here, the display on smartphones was perfect.:) But now in the Pro version not more :( ...

    fanzentrale-neymar.de

    Thanks for your help.
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

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

    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 480px){
    .logo img {
    max-width: 100%;
    }}
     
    This will solve your issue.
     

Share This Page