Home Forums Themes Support Gecko Fixing site on mobile devices

Topic Resolution: Resolved
Viewing 11 reply threads
  • Author
    Posts
    • #12213

      Hi,

      I just viewed my site on my mobile and see a few things wrong with it. The word “Gecko” is in the header, I need to remove that and replace with my own logo. And also the slider images are all warped looking. Can you please tell me how to fix these issues? Thanks.

      home page

    • #12228

      Hi,

      1. You can change logo in Theme Option > Header > Retina Logo

      2. You can update theme to latest version to fix issue http://support.janstudio.net/forums/topic/updating-the-theme/

      Best regards

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

    • #12800

      Thanks!

    • #12801

      Dumb question but it says that updating the theme will cause me to loose any customization’s I have done. How do I get my customization’s back after updating it? Thanks.

    • #12805

      Hi,

      Where can you see that message? You can update our theme without any problem.

    • #12940

      Hi,

      I saw it when I clicked on the link to auto-update the theme, since then I’ve  updated the theme with no issues. Thanks.

      However I do notice that one of my images on the home page is not sizing right on mobile and the language translation drop down menu is sometimes showing up over top of my side sliding menu. I’ve attached the images for you to see.

       

    • #12956

      Hi,

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

      .translator-dropdown-container.translator-dropdown-container-custom { z-index: 99 !important;}

      Best regards

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

    • #12998

      Thanks, the menu issue is fixed.

      Can you please tell me how to fix the issue with the images of the money back guarantee/SSL encryption being too small on mobile view? Thanks.

    • #13008

      Hi,

      You can fix this by add custom css code

      @media only screen and (max-width: 414px) {
      .vc_column-inner.vc_custom_1509740873131 {
      padding-top: 30px !important;
      padding-right: 10px !important;
      padding-bottom: 0px !important;
      padding-left: 10px !important;
      }
      }

      Best regards

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

    • #13036

      Hi,

      I added this coding but it seems that it didn’t fix the issue.

    • #13037

      Hi,

      I have fixed for you, please check.

      Cheers,
      Foster

    • #13044

      Great, thanks so much!

Viewing 11 reply threads

You must be logged in to reply to this topic.