Solutions
-
Jane B's post in When I upload my CSS to the website, it doesn't work how I intended. was marked as the answerErmmm... this may be a terrible thing to say but.... you could try using !important
eta: the reason I said that was I think I remember you said you are using a child theme. It still may be a terrible thing to suggest
-
Jane B's post in Where Can I Find Lecture About Web Design? was marked as the answerI found these tutorials quite interesting http://webdesign.tutsplus.com/series/design-school-for-developers--webdesign-13793
-
Jane B's post in css link break inside container was marked as the answerI think it may be the white-space: nowrap.
#about .blog a {
text-decoration: underline;
white-space: nowrap;
}
I have to admit I had never heard of this before and had to google it.
-
Jane B's post in Lightbox clashing with fadeslideshow was marked as the answerI think it's in here http://www.chemlineuk.com/css/lightbox.css