scottd 0 Report post Posted March 7, 2011 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 Report post Posted March 7, 2011 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 0 Report post Posted March 7, 2011 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