Home Forums Themes Support Claue Bigger logo

Viewing 6 reply threads
  • Author
    Posts
    • #26359

      how can i do logo bigger?

    • #26364

      Hi,

      For this header layout it only can make logo width is 208px by add custom css code to Claue > Theme Option > General Layout > Custom CSS

      .jas-navigation + .jas-col-md-2 {padding: 0;}

      Regards

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

    • #26380
      This reply has been marked as private.
    • #26381

      Hi,

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

      @media only screen and (max-width: 1440px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 45px;
      }}
      @media only screen and (max-width: 1366px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 40px;
      }}
      @media only screen and (max-width: 1280px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 35px;
      }}
      @media only screen and (max-width: 1220px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 15px;
      }}
      @media only screen and (max-width: 1050px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 8px;
      }}

      Regards

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

    • #26383
      This reply has been marked as private.
    • #26385
      This reply has been marked as private.
    • #26387

      Hi,

      Please change code to

      @media only screen and (max-width: 1440px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 45px;
      }}
      @media only screen and (max-width: 1366px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 40px;
      }}
      @media only screen and (max-width: 1280px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 35px;
      }}
      @media only screen and (max-width: 1220px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 15px;
      }}
      @media only screen and (max-width: 1070px) { 
      .jas-menu > li:not(:first-child) {
      	margin-left: 10px;
      }}

      Regards

      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.