Adrina theme is not functioning with mobile phones

Discussion in 'Andrina WordPress Theme' started by edzeppelin, Jan 16, 2013.

  1. edzeppelin

    edzeppelin New Member

    Joined:
    Jan 16, 2013
    Messages:
    4
    Likes Received:
    0
    I just purchased the Adrina theme and have designed the following site:

    http://jbk-construction.com

    The site works great on desktops and tablets, but is a complete mess on cellphones. Is this a common problem, or did I miss something?... I spent many hours working on this site and I do not want to go backwards. If there a fix, or do I have to design a seperate site with a mobile redirect?

    Thanks
     
  2. lettisci13

    lettisci13 New Member

    Joined:
    Jan 14, 2013
    Messages:
    4
    Likes Received:
    0
    I am having the same issues...and would love to see how to resolve this so it looks good on mobile devices.
     
  3. Gourav

    Gourav Support Staff

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


    We are not getting such type of issue, Please send screenshot where you are getting problem.
     
  4. edzeppelin

    edzeppelin New Member

    Joined:
    Jan 16, 2013
    Messages:
    4
    Likes Received:
    0
    I have attached a compiled snapshot of my Android cell phone screen. I have tested the site on 3 different browsers and the results are the same on all of them.

    [​IMG]
     

    Attached Files:

  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Open header.php file and add text inside class "text"
    For example:- <div class="text"><b><font color="#ffffff" size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Call Now For a FREE ESTIMATE! - 908.287.1174</font></b></div>

    [​IMG]


    Then paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px) {
    .social-links .text{
    float:none;
    text-align:center;
    margin-bottom:10px;
    }}
    .social-links .text{
    float:left;
    }
     
  6. edzeppelin

    edzeppelin New Member

    Joined:
    Jan 16, 2013
    Messages:
    4
    Likes Received:
    0
    Nitesh,

    I made the changes accordingly and I had no success. I removed the snippet of code I inserted in the header.php, by infact replacing the whole page with the original.... I tried it with and without the custom css code.... No Luck. The results are still the same....

    Any other suggestions?
     
  7. edzeppelin

    edzeppelin New Member

    Joined:
    Jan 16, 2013
    Messages:
    4
    Likes Received:
    0
    Still waiting on a resolution to this problem......
     
  8. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check the issue.
     
  9. diesel1

    diesel1 New Member

    Joined:
    Jan 19, 2013
    Messages:
    8
    Likes Received:
    0
    Hi i have been looking through all threads related to this theme. i have recently purchased this theme and would like to take out all the css classes so it becomes unresponsive as in the lite version. I have been editing and coding as best a novice can do without much success. i got it looking good through most devices apart from ipad portrait. Do you have a non responsive version or could you help with the editing needed.

    KR
     
  10. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    PM sent regarding this issue.
     

Share This Page