• Resolved JBMcM

    (@jbmcm)


    Hi, I really like this theme and have Hemingway running successfully on one site. I have now added it to another, but the sidebar is not visible on my Android phone. The footer widgets all appear as they should.

    I had the same problem on my first site and I found a really really easy fix on the web that only needed a tiny change to just one line of code in one of the php files. Of course I am completely unable to find it again and have no idea what it was. Can anyone help?

    (PS: The version that works is 1.42 and the current version I need to amend is 1.47)
    Thanks!

    https://www.ads-software.com/themes/hemingway/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    same problem here, the sidebar disappeared on mobile after css editing.
    WP version: 4.0.1
    Theme version: 1.47

    Any help?

    Yes! I had the same problem, and found a solution.

    Go to your theme style.css file and under the responsive section (marked with #14) find this line:

    @media (max-width: 800px) {

    8 lines below that you will find this:

    .sidebar { display: none; }

    Change “none” with “inline” and you will see the sidebar on mobile phones.

    Hope that helps. ??

    thank you. I hade the same issue.
    Sidebar is visible now on mobile too.

    Thread Starter JBMcM

    (@jbmcm)

    Hi Calsots, you’re a life saver. It also works if I change it to “right”.

    Amazing how that one word can stop the whole site working the way I want it to. I have important info in the side bar which is now visible.

    Your input is much appreciated.
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar not visible on mobile’ is closed to new replies.