mmrg 0 Report post Posted June 30, 2011 First day using Platform Pro. One question - how to get rid of the white space between the carousel and the morefoot on my page? I didn't figure out what that is. See here: http://www.maggierealtyexpert.com/. Thank you very much!!! (BTW, loving it so far! Great product!) Share this post Link to post Share on other sites
worldfaith 0 Report post Posted June 30, 2011 Oh I had this issue... I'm sure there's a better way to do this, but I essentially put the carousel in the header, and then manually turned it off for all the pages I didn't want to. Then I made a static page title "home" as the homepage. If you go to the static page editor, goto the Pagelines Section Control on the right side. Half way down you will find "Hide Main Content." When you click that and save, the white space will shrink significantly. You can see how it looks here: http://conarrecords.com/ The website is still being worked on, but you get the picture. Share this post Link to post Share on other sites
mmrg 0 Report post Posted July 1, 2011 Thank you so much for your response, Frank. I did exactly the same thing as you did from the very beginning, and it still has the white space. I am using version 1.5.1. I wonder if that could be the reason? What version are you using? Thank you so much!!! Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 1, 2011 The white space is due to this rule: #page, #dynamic-content { min-height: 500px; } So to override it, put in Custom Code -> Custom CSS: #page, #dynamic-content { min-height: 50px !important; } Share this post Link to post Share on other sites
mmrg 0 Report post Posted July 3, 2011 Problem fixed. Thank you, Jimmy! Share this post Link to post Share on other sites