lagnaf_14 0 Report post Posted March 1, 2011 So I understand how to create Feature Sets, but what I'm finding is that I'm unable to have them at different heights. The size parameter seems to be at the global level. I'd like the feature area for home page to be deeper then those sets I'm using on sublevel pages....HELP?? Share this post Link to post Share on other sites
makeylon 0 Report post Posted March 1, 2011 That requres customization. You can change the size on the features by page... for example, here is what I use for my Home page: .home #feature-footer {width: 700px;} .home #feature_slider{width:700px;} .home #feature-area, .feature-wrap {width: 700px;} .home #feature-footer {width: 700px;} Instead of 'width', use 'height'. I have this code in settings under Custom CSS. Hope that helps. Share this post Link to post Share on other sites
lagnaf_14 0 Report post Posted March 1, 2011 thanks, i'll give that a shot...along those lines, if I changed my width to 640pixels, would the sidebar then slide up...or does the feature slider always push sidebar down (when I have my feature slide configured last in my header). Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 1, 2011 The sidebar will stay down Share this post Link to post Share on other sites
makeylon 0 Report post Posted March 2, 2011 Yes, Adam is correct, but if you also include: .home #sidebar-wrap{margin-top:-825px;} And adjust the px setting properly, you can shift the sidebar up. It is how I did it on one of my sites: Project M Stock Trading Share this post Link to post Share on other sites
clustyworld 0 Report post Posted March 5, 2011 where do i input this code? .home #feature-footer {width: 700px;} .home #feature_slider{width:700px;} .home #feature-area, .feature-wrap {width: 700px;} .home #feature-footer {width: 700px;} Share this post Link to post Share on other sites
maryjane 0 Report post Posted March 11, 2011 Dwane it goes in the Custom CSS area under Platform Settings Share this post Link to post Share on other sites