Home Forums Themes Support Claue Menu and Search

Viewing 6 reply threads
  • Author
    Posts
    • #14324

      Hi Harry,

       

      You’ve been a great help as always.

      1. Search cursor is out of line with the search bar on mobile?
      2. How do  I have the menu drilled down instead of having to hit the + signs?

      Images attached

      Final questions for today if you have any CSS for them.

       

      Thanks again,

       

      M

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

      Hi,

      1. I check search function on your site it still work well

      2. Please use custom css

      .holder::after, .holder::before {
      width: 10px;
      height: 10px;
      right: 9px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      }
      #jas-mobile-menu ul li.open > .holder::before {
      opacity: 1;
      visibility: visible;
      }
      .holder::before {
      top: 17px;
      }
      .holder::after {
      top: 12px;
      right: 20px;
      }

      Best regards

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

    • #14331

      Hi Harry,

       

      It works fine it’s just when they type the “|” is not in line with the line on the search on mobile?

       

      Thanks

    • #14332

      Question 2 doesn’t seem to work.

       

       

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

      Hi,

      For the question 2.

      Please replace prev code with new code.

      .holder::after, .holder::before {
      width: 10px;
      height: 10px;
      right: 9px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
      }
      #jas-mobile-menu ul li.open > .holder::before {
      opacity: 1;
      visibility: visible;
      }
      .holder::before {
      top: 17px;
      border: none;
      }
      .holder::after {
      top: 12px;
      right: 20px;
      }

      Best regards

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

    • #14338

      Sadly still no luck.

       

      It still needs to be clicked to open the sub categories.

       

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

      I tried on my local this display like screen shot http://take.ms/k4CGx.

      Could you send us the account to see menu like yours to check?

      Thanks

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

Viewing 6 reply threads

You must be logged in to reply to this topic.