Viewing 13 replies - 1 through 13 (of 13 total)
  • Hellooo!

    Probanly because in your theme: /minamaze/styles/style-responsive.css

    The code on line 135 says:

    #pre-header-links-inner, #breadcrumbs, #sidebar, #intro.option3 .page-teaser, #footer-menu, .meta-author {
        display: none;
    }

    – If you change it to:

    #pre-header-links-inner, #breadcrumbs, #sidebar, #intro.option3 .page-teaser, #footer-menu, .meta-author {
        display: block;
    }

    It will most likely show your sidebar and widgets on the mobile device!

    Thread Starter metal-pilse

    (@metal-pilse)

    Thanks!!!

    I have the same problem… and I can’t find that code you’re talking about :(. I only have style.css but not style-responsive.css

    What is your website url??

    escritosensangre.esy.es

    You have the same template and code!

    Maybe you have to try it with an FTP program like Filezilla to see all your files on the website ??

    Thank you so much! I found style-responsive.css and I put the right code but, do you know how to make the sidebar wider on the mobile device? Actually it doesn’t look very well…

    Thanks! ??

    Then you have to add:

    width: 100%;

    So it will be:

    #pre-header-links-inner, #breadcrumbs, #sidebar, #intro.option3 .page-teaser, #footer-menu, .meta-author {
        display: block;
        width: 100%;
    }

    Done! Thank you so much Anna! ??

    You’re welcome!!

    Hi Anna,

    Can you help me out? I did all of the above, even set the width to 100% and I still don’t see the sidebar on my phone. My website is https://www.mukabi.com

    Thanks!
    Liz

    Actually it finally loaded… took a bit but it worked. Thanks!

    Yeahh ?? I am glad it worked :)!

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