Here is jquery code to third/ specific level of element
jQuery('#portfolioItem li:nth-child(3n+3)').css({ marginRight: '0px' });
Here is jquery code to third/ specific level of element
jQuery('#portfolioItem li:nth-child(3n+3)').css({ marginRight: '0px' });
0 Comments.