• Hi
    Hoping someone can assist.
    I have a website that works perfectly online but on a mobile phone/ipad the page appears to scroll under the left menu which makes it difficult to read.
    Is there any way to make this work?
    I ve had a look at the style css but not sure what to do? Below is a copy of the code.
    Thanking you in advance for your assistance. http://www.faceagency.com.au

    /*
    * SIDEBAR ***
    */

    #sidebar h2 {

    font-size: 20px;

    }

    #sidebar .widget {

    margin-bottom: 30px;

    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like the Village theme is designed to be full-screen and not responsive, so it may be difficult to get it to look right on a smaller device.

    When I look at the page source, I don’t see anything with the ID of sidebar. When I inspect the site using Firebug, the DIV on the left (#colorbox) and the DIV on the right (#thumbs) have absolute positioning, with a z-index of 9999, which is why #superbgimage seems to slide underneath on smaller viewport settings.

    What exactly did you want to see happen on a mobile device?

    Thread Starter Claudes

    (@claudes)

    thank you for your response. If you go to another page other than the front page you will notice that on a mobile device if you expand the page to make it look bigger the left menu takes over and you can read the rest of the page.
    I would like it if you could expand the page and be able to read the content on it. you are correct it is village theme.

    Appreciate any help.

    You can try searching the ThemeForest forums or posting a question there. The forums over here are mainly to support the themes found in the WordPress Theme Directory.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Side Bar Menu’ is closed to new replies.