Home Forums Themes Support Gecko Header Issue

Viewing 8 reply threads
  • Author
    Posts
    • #2418

      Ipad landscape mode (1024×768) the logo and icons in the header get aligned to the center (image attached). How can this be fixed? Thanks

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

      Hi,

      Can you send us your website link and temporary admin account as private reply. We will take a look and help you solve.

      Best regards

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

    • #2421

      Hi,

      You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 1024px) and (min-width: 801px) {
      .header-4 .header__mid .jas-row .jas-col-md-1.jas-col-sm-3,
      .header-3 .header__mid .jas-row .hidden-md.visible-sm {
      flex-basis: 16.667%;
      max-width: 16.667%
      }
      .header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6,
      .header-3 .header__mid .jas-row .jas-col-md-2.jas-col-sm-6 {
      flex-basis: 66.667%;
      max-width: 66.667%
      }
      .header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6 .jas-col-md-3.jas-col-sm-12 {
      flex-basis: 100%;
      max-width: 100%
      }
      
      .header-3 .jas-branding {
      margin: auto;
      }
      }
      • This reply was modified 7 years ago by Harry.

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

    • #2425

      Thanks Harry, that fixed the icons. But the logo is neither centered nor aligned left. Image attached. I guess I’m using header-3.

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

      Hi there,

      For this case, Please give me your website URL to check

    • #2433

      Hi Foster, thanks for the help. Turns out the logo size was the issue after the media query fix. It’s all set now.

    • #2434

      Hi tplusm,

      1. My code is move logo to center on ipad landscape mode.
      2. Is your issue fixed?

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

    • #2435

      Hi Harry, yes, the issue is fixed now.

    • #2436

      Feel free contact us again if you need more help.

      If you love our theme and support, please take a time to help us rate for our theme 5 stars at https://themeforest.net/downloads

      Thank you so much!

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

Viewing 8 reply threads

You must be logged in to reply to this topic.