Viewing Site on Mobile

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop, Mar 26, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I went to view my site on my mobile phone, and the navigation bar is covering my images. Can the navigation bar be raised and the images be lowered so everything is seen? The website is www.1stopnonprofitshop.com.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please 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: 480px){
    .menu_bar {
        height: 314px;   
    }
    }
    Note:- Please change the value of height accordingly.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    It worked for everything but the homepage. The navigation bar is still blocking the main image.
     
  4. priya

    priya Guest

    Hello,

    Could you please provide us some edited screenshot so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page