Jump to content
Sign in to follow this  
cinnamonprojects

Feature slider numbers / thumbnails position

Recommended Posts

cinnamonprojects

Hey team. Is there a way to center justify the numbers/thumbnails etc beneath the feature slider? Thanks :) AC

Share this post


Link to post
Share on other sites
cmunns

You can apply a left-margin until it looks centered or will that not work?

Share this post


Link to post
Share on other sites
saidseven
Here is what i used... #featurenav { display: block; float: none; margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; text-align: center; width: 200px; }

Share this post


Link to post
Share on other sites
vlswatson
Thanks for the tip on how to do this. I modified the css code for anyone that is interested. Just find and replace the two sections of code in the pro.css file with the following: #feature-footer a, #feature-footer span.playpause{ text-shadow: #fff 0 1px 0; color: #000; background: #ddd url(../images/gradient-sprite.png) repeat-x 0 -40px; border: 1px solid #ddd; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 2px 10px; margin: 2px 8px 0 0; margin-right: 8px; /* display: block; float: left; */ } .number_nav #featurenav { width:250px; /*added below code to center the navigation */ display: block; float: none; margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; text-align: center; /* end of added code/ }

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  

×