Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168866

    Hi there,

    i use the theme for an large website with different contact infos at the different sidebars.

    in the option “responsive layout large: max width 1030px) there ist no sidebar displayed after the content (or before)
    there is just the content and after that the footer.

    i try it with iphone and samsung galaxy s3, but no chance to get the sidebar.

    is there any possibility to show the sidebar in the responsive layout?

    thanx for the answer, darren

    #169129

    Hey DarrenJessee!

    Just 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 !important; }
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Sidebar in responsive Layout (max. width 1030px)’ is closed to new replies.