sterlingbates 1 Report post Posted May 10, 2012 I am used to doing basic modifying of CSS using Chrome Developer Tools and Framework to modify the appearance of the site built with Framework. I think I must be missing something, cause all the custom code I have entered on this site doesn't seem to be affecting the widgets. I can't get anything to stick. E.g. the below does nothing. .widget-pad { text-align: right !important; padding-top:0px !important; } Share this post Link to post Share on other sites
Rob 547 Report post Posted May 10, 2012 This is what I tested and it appeared to work in Firebug: [code].widget-pad { padding: 10px 10px 0; text-align: right !important; }[/code] Please let me know how it goes. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
sterlingbates 1 Report post Posted May 10, 2012 I can make it work in Chrome Tools too but it doesn't seem to do a thing when I put it in the CSS custom code section. Sadly, that is not working. Share this post Link to post Share on other sites
sterlingbates 1 Report post Posted May 10, 2012 I can't get any CSS code for the widgets to work. Share this post Link to post Share on other sites
WebWerx 0 Report post Posted May 10, 2012 @buy@silverparadigm.com: Have you been able to implement any other custom CSS? Share this post Link to post Share on other sites
sterlingbates 1 Report post Posted May 11, 2012 Yes, quite a number of CSS changes. I just made more changes to another section of the site a few minutes ago and had no trouble. Share this post Link to post Share on other sites
catrina 103 Report post Posted May 11, 2012 Since a lot of your widgets are using link lists, you may need to adjust the and items instead of the widget-pad itself. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites