Jump to content
Sign in to follow this  
watchdog

Change Height of Feature Area

Recommended Posts

watchdog

I need to change the height for a feature set on a particular page, without affecting the height of the features on another page. This is the page: http://thevigilantinvestor.com/gallery/ So far, I have tried the following Custom CSS solutions. None of them worked. body.page-id-675 #feature-area {height: 700px;} #body.page-id-675 #feature-area {height: 700px;} #body.page-id-675 #feature-area #feature_681 {height: 700px;} Alternately, I could just paste my HTML/Flash code in the main content area of a page, without trying to put it in a feature, but that leaves me with a padding/margin issue where the Flash element sits too far underneath the main menu. If it's easier to fix that problem than the feature area problem, that would be fine too.

Share this post


Link to post
Share on other sites
kastelic

Try: .page-id-675 #feature-area {height: 700px !important;}

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  

×