hibbsy78+ 24 Report post Posted November 4, 2010 Hi, If possible I'd like to reduce the height of the blue feature on my page http://www.westmidlandslupus.com/. Is this possible via some custom css? Cheers. John Share this post Link to post Share on other sites
wairoa 0 Report post Posted November 4, 2010 Hi John, you don't have a lot of headroom around that graphic. Did you mean to reduce the size if the Feature Slide image also? Anyway, I think the css to start playing with would be: ` #feature { height:330px; overflow:hidden; padding:20px 0 0; position:relative; width:100%; z-index:0; } ` That code is in the /themes/ecopro/pro/css folder In the same css file, #feature .fcontent will need to be looked at too. If you make adjustments then drop the new css into your "Custom Code" it should override the pro.css. Share this post Link to post Share on other sites
hibbsy78+ 24 Report post Posted November 4, 2010 Great thanks, Yes looking to reduce all the feature slide a little. I'll give that a go, thank you! Share this post Link to post Share on other sites