Jump to content
Sign in to follow this  
manenberg

Border around site

Recommended Posts

manenberg

What do I do to put a thin black border around my site.It should be between the white and gray.www.marcsloans.com

Share this post


Link to post
Share on other sites
bryan-hadaway

In Custom Code > Custom CSS; `body{border:#000 4px solid}` Thanks, Bryan

Share this post


Link to post
Share on other sites
manenberg

Hey Bryan, Thanks, but it put the border all the way to the edge of my screen, do I need to specify the distance from each side to get it where I want. Also it only went around the sides and bottom but not the top.

Share this post


Link to post
Share on other sites
bryan-hadaway

We can do this: ` body{ border:#000 4px solid; margin:10px} ` Thanks, Bryan

Share this post


Link to post
Share on other sites
manenberg

Hey Bryan, It is still not moving the border to where the white starts and it is not going across the top. I have done it in red and left it live on the site so you can see. Let me know hat you think. www.marcsloans.com

Share this post


Link to post
Share on other sites
manenberg

Bryan, I got the sides to the right area now, but the bottom is to low and there is no line at the top.

Share this post


Link to post
Share on other sites
cmunns

it's a fixed width site so your selector should be `body, body.fixed_width {}`

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  

×