Home Forums Themes Support Claue Mobile View not appearing right for Blog

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #29575

      Hi

      So I’m just checking the blog view on mobile view emulator site https://ready.mobi/ when I put in

      http://janstudio.net/claue/demo/blog/?sidebar=left

      it shows like this https://monosnap.com/file/moO4DoG8RFDOFl3NeXgFgMbVef8tpC

       

      Is this what mobile view is like.

       

      Kind Regards,

      Phil

    • #29576
      This reply has been marked as private.
    • #29581

      Hi Phil,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) {
      .jas-blog .jas-col-md-9,
      .jas-blog .jas-col-md-3 {
      	-ms-flex-preferred-size: 100%;
      	-webkit-flex-basis: 100%;
      	flex-basis: 100%;
      	max-width: 100%;
      }
      .jas-blog .posts {
      	margin-left: 0;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #29588

      Thanks Harry you legend, looks so much better with the code.

      Kindest regards,

      Phil

       

Viewing 3 reply threads

You must be logged in to reply to this topic.