I used Firebug to inspect the HTML my php(using wordpress) files created. According to Firebug, I should utilize #content.clearfix ul.filterable-grid clearfix li img.attachment-portfolio to style my portfolio items, however it’s not working. What am I missing?
I used Firebug to inspect the HTML my php(using wordpress) files created. According to
Share
Why don’t you use
.clearfix img.attachment-portfoliofor all your CSS needs? or you can directly useimg.attachment-portfolio.