Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    1. Use this custom css :

    /*single product*/
    .woo-sctr-single-product-container .woo-sctr-countdown-timer-product-image-wrap{
        top:-44px !important;
    }
    /*archive*/
    .woo-sctr-countdown-timer-product-image-cate-shop-wrap .woo-sctr-shortcode-wrap-wrap{
        top: -55px !important;
    }
    /*responsive*/
    @media screen and (max-width: 600px){
        /*single product*/
        .woo-sctr-single-product-container .woo-sctr-countdown-timer-product-image-wrap{
            top:-28px !important;
        }
        /*archive*/
        .woo-sctr-countdown-timer-product-image-cate-shop-wrap .woo-sctr-shortcode-wrap-wrap{
            top: -30px !important;
        }
    }

    2. I see that you use woocommerce products shortcode to show products on home page so this thing can not be done.

    Thread Starter sarathsivadasan

    (@sarathsivadasan)

    Thanks its working fine.

    @kimvt1991 is it possible to make this timmer in the center of a page? See site…https://secondhand-merchandise.com/

    • This reply was modified 5 years, 6 months ago by sam1215.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add shortkey on product & how to show short key above the image’ is closed to new replies.