Jump to content
Sign in to follow this  
mguevara

css code to reduce the size of feature slide buttons

Recommended Posts

mguevara

How can I reduce the size of my feature slide buttons with css code?

Share this post


Link to post
Share on other sites
kastelic

Try this:

	#feature-footer.number_nav a {
	padding: 0px 8px 5px;
	}
	

Share this post


Link to post
Share on other sites
mguevara

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

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
Rob

Excellent!


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×