Turn off smart device responsive

Discussion in 'Harrington- A WordPress Business Theme.' started by jordielindstrom, Feb 10, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Hi is it possible to turn off the smart phone website version and just have the normal website for all devices?
     
  2. Piyush

    Piyush Support Staff

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

    Static theme is the outdated design.
    Now we are not implementing this in our website
    Now a days user demands for the responsive theme design only.
    Since 67 percent of users claim they are more likely to purchase from a mobile-friendly website,
    companies that rely on SEO are wise to begin making the transition to mobile-friendly websites,
    and responsive web design specifically.

    So we are implementing theme in responsive frame work only. So switching to static frame work is not possible.
     
  3. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Fair enough.

    But the menu drop down is terrible, how is anyone going to know its their when it just has three lines, is there anyway to add test like attached?

    I am also having trouble getting the widgets to line up when I use images, on ipad it it ok on iphone they wont line up straight no matter what alignment i give them. See attached.

    Thanks heaps.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

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

    Go to js > menu > jquery.meanmenu.2.0.min present in your theme directory and add the code given below

    Code:
    <p>MENU</p> 
    Check image for reference

    2014-02-11_1204.png


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .mean-bar p {
    float: right;
    margin-right: 41px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    }

    2. Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page