How to remove default effect for smart phone?

Discussion in 'Slice WordPress Theme' started by jjcao, Dec 24, 2012.

Thread Status:
Not open for further replies.
  1. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    The theme is ugly in smart phone! How to remove it?
    2.png is the normal view. 1.png is the narrow view for mobile phone or smart phone!
    Always failed to upload a File! you can visit http://223.4.158.139/ or any website based on the slice theme, decrease the width of the web browser and see the ugly result!

    Please help me to remove the effect!!!
     
  2. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    Any tip is welcome. Then I can try to remove some css or js or php.
    Thank you.
     
  3. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    Why after the webpage's width less than some value, the menu is disappeared? http://223.4.158.139/
    Help!!!!
     
  4. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    Got it!!!
    Just remove some parts from style.css, 960_24_col_responsive.css, and slider-styles.css
    Remove all sections like:
    @media only screen and (min-width: 480px) and (max-width: 767px)
    @media only screen and (max-width: 480px)
    Just keep:
    @media only screen and (min-width: 768px) and (max-width: 960px)
     
Thread Status:
Not open for further replies.

Share This Page