Probem with Mobile Viewing on Themia

Discussion in 'Themia WordPress Theme' started by itzcandy, Sep 25, 2013.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    My site www.livingstonpromise.com is having a problem on the mobile site. The dropdown menu is cut off on the right as is the heading logo. Help please :)
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    @media only screen and (max-width: 767px){
    .menu_wrapper {
    padding-left: 0;
    }
    }
    @media only screen and (max-width: 480px){
    .menu_wrapper {
    padding-left: 0;
    }
    }
    This will solve your issue.
     

Share This Page