Jump to content
Sign in to follow this  
scottd

Feature Thumb Size

Recommended Posts

scottd

How can you increase the size of your Feature Thumbs in platform pro? By default they are (50px by 30px). I would like to make the thumbnail navigation larger...

Share this post


Link to post
Share on other sites
Guest Guest

Copy the following into custom CSS:

#featurenav a span.nav_thumb {
	width: 50px;
	height: 30px;
	}

And just change the height and width to what you want.

Share this post


Link to post
Share on other sites
scottd

Tyler, Thank you for providing the CSS! I had to re-order the position of code in the style sheet, but it worked. Thanks again for the help!

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  

×