clneon 0 Report post Posted September 15, 2011 What is the best approach to having the feature height be adjustable for different pages? Share this post Link to post Share on other sites
clneon 0 Report post Posted September 15, 2011 I should explain a little better. On a couple of pages the feature slider would be more horizontal say 500px wide by 200px height. Then on some different pages the feature slider would be 500px by 500px in size. Share this post Link to post Share on other sites
mstmarie1 0 Report post Posted September 15, 2011 That could probably be solved using some custom CSS. Each page gets a unique class value assigned to the body tag. You could target each feature that way. Share this post Link to post Share on other sites
clneon 0 Report post Posted September 15, 2011 Are you saying I need to custom code for each page? example might be: .page-id-137 #feature_slider { height: 200px; } Share this post Link to post Share on other sites