eolic 0 Report post Posted August 3, 2011 Hi, I would like to use the slider with a smaller height... but I couldn't find how to do it. Thank you very much. Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 3, 2011 PlatformPro -> Feature Settings -> Feature Area Height Share this post Link to post Share on other sites
eolic 0 Report post Posted August 4, 2011 Thank you, but in WhiteHousePro, there is not this option... any idea how to do it? Thanks again Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 5, 2011 Oh, sorry, i mistook this for a platformpro post. You can do this with CSS. Try pasting this into Custom Code -> Custom CSS: #featurearea, #cycle, .fcontainer { height: 340px; } Share this post Link to post Share on other sites
eolic 0 Report post Posted August 9, 2011 Perfect Thank you very much!! Share this post Link to post Share on other sites
eolic 0 Report post Posted September 26, 2011 Hi Kastelic, I upgraded to whitehousepro 3.1.3 and now this code is not working anymore... can you help me, please? www.akoranga.org Share this post Link to post Share on other sites
kastelic 6 Report post Posted September 26, 2011 Try using the same code but adding !important to it: [code] #featurearea, #cycle, .fcontainer { height: 340px !important; } [/code] Share this post Link to post Share on other sites
eolic 0 Report post Posted September 26, 2011 yes, perfect!!! Share this post Link to post Share on other sites
eolic 0 Report post Posted September 28, 2011 BTW, thank you very much kastelic ;) Share this post Link to post Share on other sites