watchdog 0 Report post Posted July 23, 2011 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 6 Report post Posted July 23, 2011 Try: .page-id-675 #feature-area {height: 700px !important;} Share this post Link to post Share on other sites