Home Forums Themes Support Claue adaptive design on button sortin filter on product Listing page

Viewing 4 reply threads
  • Author
    Posts
    • #35278

      Hi,

      The filter select button on the product listing page – see screenshot – is not adaptive.

      On the phone the letters are quite big and cut of.

      best regards

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

      Hi,

      The issue because the text in your language so long. It can’t fix 100%

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

      @media only screen and (max-width: 736px) {
      .woocommerce-ordering select {
      	width: 300px;
      }}
      
      @media only screen and (max-width: 384px) {
      .woocommerce-ordering select {
      	width: 280px;
      }}

      Kind regards

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

    • #36286

      Hi,

      We do have to much CPU usage for the Siteground GoGeek Hosting.

      Siteground recommended:

      Disabling WP Cron Jobs and activate a real cron job instead

      stopping Heartbeat

      and using most of the SG Optimiser tools (Lazy load you already told me not to use)

      Are there any objections on your side for these actions?

      best regards

      R

    • #36288

      Hi,

      Please follow this topic https://onlinemediamasters.com/reduce-cpu-usage-wordpress/

      Kind regards

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

    • #36346

      Thanks!

Viewing 4 reply threads

You must be logged in to reply to this topic.