Home Forums Themes Support Gecko Header problem and some more questions

Viewing 5 reply threads
  • Author
    Posts
    • #3532

      Hi!

      1. Navigation bar: Theres some automatic space between the navigation bar and the metaslider that im not able to remove, tried CSS and solutions from your forum but nothing works. How can I remove this in a good way? When I inspect the code I assume it style=”height” is set with javascript, and I don’t know how to change it. I don’t want any extra height except for the navbar on top. See the picture below

      2. I want to move the logo and the cart so they are within the same container size as the rest of the page content(except for metaslider), see picture.

      3. How do I remove the Browse wishlist that appears when I hover a product? see picture

      4. How do I remove the add to wishlist in the quick view window?

      5. How do I remove the arrow to the right down corner that you use to auto scroll up with?

       

      Would be really happy if you could help med with these problems.

    • #3539

      Hi,

      Thank you for purchase!

      Sorry for late reply and inconvenience you have.

      1. I help you fixed issue with header height, it because you header top empty, you only need add custom css

      .header__top { height: 0;}

      2. You can add custom css

      .header__mid {margin: 0 auto; max-width: 1170px; padding: 0;}

      3,4. You can remove by disable plugin YITH Wishlist.

      5. you can add custom css

      #jas-backtop { display: none;}

       

      Best regards

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

    • #3565

      Thanks for the reply!

      The header height works now and the logo and cart is in the middle.

      But when i scroll down a new problem came up the header menu goes to the left as soon as I scroll (see picture)

      I tried with this code to fix it: .header-sticky .header__mid { left:50%; transform: translate(-50%, -50%); }

      but then it became like this (see picture) the header ends in the middle nothing on the sides.

       

      The css code on question number 5 doesnt work for me. This is the arrow i want to remove (See picture)

      I also wonder if its possible to add the currency switch menu that is in the top header to the normal header between menu and cart

      (see picture)

       

      Sry about the double post…

      Would be great if you could help me with this!

      • This reply was modified 6 years, 11 months ago by cleast.
    • #3569

      Hi,

      2.For the header:

      – remove prev code .header__mid {margin: 0 auto; max-width: 1170px; padding: 0;} and .header-sticky .header__mid { left:50%; transform: translate(-50%, -50%); }

      – add new code .header__mid .jas-row {margin: 0 auto; max-width: 1170px; padding: 0;}

       

      5. you can add custom css

      #jas-backtop { display: none !important;}

      6. Now don’t have option to add currency between menu and cart.

      Best regards

       

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

    • #3578

      This helped 🙂 Thank you very much for the quick and good answers!

    • #3584

      Hope you love our theme and give us good review at https://themeforest.net/downloads. We really appreciate!

      Thank and have a nice weekend!

      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.