ppshotroxy2 0 Report post Posted October 27, 2011 I am pretty new to Platform but have spent the past 48 hours on this forum and support trying to find a fix to no avail! My CSS in the custom section works for some code, but not for others. For example, this works: .clip .clip-thumb a{ height:175px; width:175px; float:left; margin-right: 20px; margin-bottom:10px; } .clip .clip-thumb img { height:175px; width:175px; padding: 4px; display:block; margin:0 0 0.4em; But all other code I have tried (both from Firebug and from other threads on the platform forum) have failed to work. I'm trying to change the font size for clip titles on homepage and also the post title on the single post pages, which is humungous! I have tried absolutely everything and I'm not sure whether it's the Custom CSS not having effect or it's just wrong rules. My skills on this are very basic, so apologies in advance if this is ridiculously simple! Link: http://www.amodelrecommends.com Thanks! Share this post Link to post Share on other sites
Rob 547 Report post Posted October 27, 2011 One thing I notice is the lack of a closing " } " on that last item. I'm unsure if you just failed to copy and paste it or if its missing in your CSS. Please check that first. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
ppshotroxy2 0 Report post Posted October 27, 2011 Oh BOY do I feel silly! Two days of trouble and it was all over a tiny closing bracket - I wouldn't have seen that in a million years, I had looked at the page so often! Thanks very much - everything is now A-OK! Share this post Link to post Share on other sites
Rob 547 Report post Posted October 27, 2011 No problem. Glad we fixed it together. Sometimes, looking at things, we often look so intently that we don't actually see what we're looking at. I presume everything's working now. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites