Jump to content
Sign in to follow this  
nbenson

Position Content Area lower than default

Recommended Posts

nbenson

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

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

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

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

figured it out it was #page-canvas instead of features. Thanks again!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×