sglanville 0 Report post Posted October 26, 2011 I simply cannot figure out how to add a left padding of 25 to a specific widget 'Quote Collection' that I've added to my sidebar. I use Firebug and have tried to locate it that way but with no luck. Can you provide the appropriate code? Thanks so much for your help. Share this post Link to post Share on other sites
Kate 3 Report post Posted October 26, 2011 Well, we'd need a link to the site to see what the ID and/or class of that specific widget is ;) Are you able to provide a link to your site, please? Share this post Link to post Share on other sites
sglanville 0 Report post Posted October 26, 2011 Thank you Kate, The Quote Collection is on the side bar at the top on http://bebetsy.com/ Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 26, 2011 Try adding the following to your custom CSS: [code] li#quotescollection { padding-left:25px; } [/code] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
sglanville 0 Report post Posted October 26, 2011 Works great! Thanks so much. Share this post Link to post Share on other sites