query34

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #337756
    unusgouri
    Spectator
    #1. regarding two columns on mobile view for shop page. last year u provided me code for this and my shop pages was like this https://prnt.sc/sbyycc now plz for my page https://toppermakers.com/shop/ make it two column on mobile view as above screenshot. #2. how to remove this icon http://prnt.sc/y3ekl8 , i have added my own icon in service worker and your theme icon in not anywhere in my wp media, but still your icon is visible in tab for page https://toppermakers.com/app #3. there is option of google analytical code in your theme, so i need any another plugin for google analytics or not.
    #337864
    Diana
    Participant
    Point 1: CSS code
    
    ul.products li.product {
    	width: 46.411765%;
    	float: left;
    	margin-right: 5.8823529412%;
    }
    
    ul.products li.product:nth-of-type( 2n ) {
    	margin-right: 0;
    }
    
    @media ( min-width: 768px ) {
    	ul.products li.product:nth-of-type( 2n ) {
    		margin-right: 5.8823529412%;
    	}
    }
    
    Point 2: http://prntscr.com/y5hmjq Point 3: No need to use any plugin because in version 4 you will find the code in wp-admin > WPLMS > footer > google Analytics Code We already added code there
    #337880
    unusgouri
    Spectator
    This reply has been marked as private.
    #337997
    Diana
    Participant
    This reply has been marked as private.
    #338018
    unusgouri
    Spectator
    This reply has been marked as private.
    #338542
    Diana
    Participant
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘query34’ is closed to new replies.