Home › Forums › CSS › [Solved] CSS and the WordPress Sandbox Theme › Re: [Solved] CSS and the WordPress Sandbox Theme
June 11, 2010 at 11:45 pm
#77694
Member
The first could be from not closing the div but I guess that is just how you posted it here. Could be an inheritance problem so the rest of the CSS would matter.
The second… You did not put the dot in front of the n declaration in the CSS and n does not cascade from fn, they are siblings. So just target n or fn and not .fn .n
I have not tested these but you can try.