Home Forums Themes Support Claue Header top height

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #12219

      Hello, how can I make the header top height smaller? Just a couple of pixels taller than the text for example?

    • #12241

      Hi,

      I saw the promo text you added with bigger font size and the currency switcher big box. You have to make these smaller before make header top smaller

      Best regards

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

    • #12264

      <p style=”text-align: left;”>Hi, thanks for the tip. Is it possible to remove any padding though?</p>

    • #12289

      You can reduce padding by add custom css

      .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect {
      margin-bottom: 3px !important;
      }
      .header__top {
      padding: 3px 0 0 0;
      }

      Change 3px as number you want.

      Best regards

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

    • #12317

      Thank you very much!

Viewing 4 reply threads

You must be logged in to reply to this topic.