Menu not showing on index page - smartphone view

Discussion in 'Squirrel WordPress Theme' started by adamsmark, Mar 16, 2013.

  1. adamsmark

    adamsmark New Member

    Joined:
    Mar 10, 2013
    Messages:
    9
    Likes Received:
    0
    The menu does not appear on the index (home) page of my site 2-XL.net, when viewing on a smartphone, e.g. iPhone and Galaxy Note 1. The menu does appear on any other page. Included are screen shots of the home page and blog page. Note that the menu does work on the home page, only users wouldn't know it is there. Thanks.

    8562760730_d1468e2639.jpg

    8562780778_9d3d14c392.jpg
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    @media only screen and (max-width: 480px){
    .mobile_nav {
    margin-bottom: 30px;
    }}
     

Share This Page