Jump to content
Sign in to follow this  
clneon

Adjustable feature height

Recommended Posts

clneon

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
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
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
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

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  

×