Hey everyone so here is my question I have been able to figure out what CSS code to use for the mini boxes to make them 3 across but what I am trying to figure out now is how to make it only effect a certain category on my website. I am trying to make it only effect my "Fine Art" category. I know it has to do with my gallery description and I've tried a few things none of them worked. This is the code I was able to figure out which will effect my whole website, but I have not yet applied it:
.boxBottom .albumLarge {
width: 175px;
height: 350px;
text-align: center;
margin: 0 18px;
}
My website is www.k-ophotography.com, thank you in advance!