nbenson 0 Report post Posted August 18, 2011 I want to move all my content lower to make room for to see part of my background image. I'm not seeing any options in the Platform settings. I'm looking to move everything down by 25-50 pixels. That would include my menu, feature slider, branding, and content. Any suggestions. Thanks! Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 18, 2011 You have to do this with CSS. You can paste the code into Custom Code -> Custom CSS. with Chrome, you can right-click and "inspect" any element to get its unique id, which will allow you to target it. For example: #feature{margin-bottom:20px;} Share this post Link to post Share on other sites
nbenson 0 Report post Posted August 18, 2011 Thanks for the info, but it still didn't move any over the content down. natebenson.com/syracuseshows its just a test site i've thrown up to try things. entered the code into the Custom CSS and saved, the content of the site didn't move down. Share this post Link to post Share on other sites
nbenson 0 Report post Posted August 18, 2011 Let me rephrase. The code moved my nav bar down, but I need to shift everything down, including the grey content background. Share this post Link to post Share on other sites
nbenson 0 Report post Posted August 19, 2011 figured it out it was #page-canvas instead of features. Thanks again! Share this post Link to post Share on other sites