Home page of my site doesn't display correctly on mobile devices.

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Oct 15, 2014.

  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    I'm not sure why when I view the site on mobile devices the menu looks stuck and things are not scaled. Also, the menu doesn't seem to work.

    Site is yemenface.com

    Kindly, assist.

    Mike
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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: 768px){
    .mobile_nav {
    display: inline-block !important;
    }
    }
    You can also use following css code to make your website look great in mobile view.(Optional)
    Code:
    @media only screen and (max-width: 480px){
    .wrapper {
    width: 335px !important;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page