Home Forums Themes Support Claue Mobile view issue

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #22630

      1.I notices that when I click 1 column view on mobile it is actually shows 2, when click 2 – it shows one, please see attached.

      I think it should work opposite way, on desktop all works OK.

       

      2. small question here how can I show Ajax filter icon only on mobile not show on descktop?

      as on desktop I have a left sidebar and want to show filer on sidebar, so don’t need duplicate filter icon there.

      Attachments:
      You must be logged in to view attached files.
    • #22683

      Hi Mag,

      Thank you for report bug.

      Please add below code to fix

      @media only screen and (max-width: 736px) {
             .jas-col-xs-6.jas-col-md-12{
      		width: 100%;
      		max-width: 100%;
      		flex-basis: 100%;
      	}
      	.jas-col-xs-6.jas-col-md-6 {
      		width: 50%;
      		max-width: 50%;
      		flex-basis: 50%;
      	}
      }

      Best regards

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

    • #22736

      thank you this works correct now

    • #22861

      Hi I have related question same columns menu on desktop used to be in the middle of the page but now it is on the right, how to move back in the middle?   I think it is maybe happened after I hide filter icon from desktop?

      thank you

      Attachments:
      You must be logged in to view attached files.
    • #22878

      Hi Mag,

      Please change the code of hide filter icon by

      @media only screen and (min-width: 1025px) {
      .result-count-order a.filter-trigger i {display: none;}
      }

      Best regards

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

    • #22905

      Hi Harry, this worked. thank you

Viewing 5 reply threads

You must be logged in to reply to this topic.