mguevara 0 Report post Posted August 16, 2011 How can I reduce the size of my feature slide buttons with css code? Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 16, 2011 My webpage is http://wwww.fedesarrollo.net/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 16, 2011 Try this: #feature-footer.number_nav a { padding: 0px 8px 5px; } Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 16, 2011 mmm not working, and i am trying to change the size to 0 px 5 px and 5 px Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 16, 2011 It should work, maybe try #feature-footer.number_nav a { padding: 0px 5px 5px !important; } and if that doesn't work then you probably have a syntax error in your custom CSS, since I don't see any custom CSS being applied right now. Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 17, 2011 Worked great! thanks! Share this post Link to post Share on other sites
Rob 547 Report post Posted August 17, 2011 Excellent! Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites