Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #177447

    My sidebar disappears below the mobile breakpoint. I need some suggestions on how to get that to appear on mobile. thanks

    #177678

    Hi bmorejamie!

    You can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display: block; }
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #183333

    Does not work for me. Sidebar still gone in Firefox. In Chrome and explorer sidebars ok.

    • This reply was modified 11 years ago by kalbynet.
    #183634

    Hi!

    What mobile device do you have? You can increase the max-width on the media query code:

    @media only screen and (max-width: 1024px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display: block; }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar disappears’ is closed to new replies.