Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Gecko Version: 1.7.5

Topic Resolution: Not a Question
Viewing 1 reply thread
  • Author
    Posts
    • #31727
      robineaster
      Support Expired

      Couple minor note:

      ThemeForest Changelog says 1.7.4 for 1.7.5

      Responsive for the shop page is glitchie, around the 48em breakpoint (762px-ish) it jumps to single full-width columns then to two columns. At this breakpoint the single product margins are gone too. So the responsive fore .jas-container might be missing something. I have fixed some CSS in my child theme but others may not be that versed in CSS media queries.

      Also, side-note: I feel like you should turn off the quickview for touch devices, it can be confusing; or at least have it as a theme options. something as simple as @media (hover: none) {.btn-quickview{display:none;}} will work

    • #31734
      Harry
      Support Expired

      Hi,

      Please add below code to gecko-child > style.css

      @media only screen and (max-width: 767px) {
      	.jas-container {
      		padding: 0 15px;
      	}
      .product-image:hover .product-button > .btn-quickview {display: none;}
      }

      Kind regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.