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