Home Forums Themes Support Claue header height

Viewing 5 reply threads
  • Author
    Posts
    • #12866

      hello, I want to customize the css in order to add some space on top and bottom of the header, however I cannot set this as I see that there is an inline property which sets the height to 110px (see attachment).

      I checked in the template file but do not see this hardcoded style, so I a wondering how to remove this property.

      Can you please check? thanks

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

      Hi Eldomen,

      You can add space by add custom css in CLaue > Theme Option > General Layout > Custom CSS

      #jas-header {
      padding: 15px 0;
      }

      The header height will auto update when you add new space.

      Best regards

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

    • #12882

      hello, I tried adding that code, but the result is what you see in screenshot attached…

      I want to add some space in the header (not top header), in order to add some space on top and bottom of the logo and leave the menu centered.

      Let me know thanks…

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

      Hi,

      Please change prev code to

      .header__mid {padding: 10px 15px;}

      Best regards

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

    • #12885

      thanks, that worked 🙂

    • #12886

      You’re welcome.

      Feel free contact free contact us again if you need more help.

      Have a nice day!

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

Viewing 5 reply threads

You must be logged in to reply to this topic.