Home Forums Themes Support Claue Header height

Viewing 3 reply threads
  • Author
    Posts
    • #31109

      How to adjust the red top header and middle black height padding. they are a little too big. and when i do this, will my slider show a gap above it or will it shift up to the header bars?

    • #31114

      Hi,

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

      .header__top {
      	padding: 5px 15px;
      }

      and change 5px with your number

      Kind regards

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

    • #31127

      ok what about the black part middle header?  and what is the 15px for?

    • #31128

      Hi,

      Please add below code for black part

      .jas-action i {
      	font-size: 20px;
      }
      @media only screen and (min-width: 1026px) {
      .jas-currency {
      	margin: 0px 0 0px 10px;
      }}

      the 15px for left and right

      Kind regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.