Skip to main content

How do I align the header image in the focus theme?

Official response from

Hello Rabbi, 

Your particular theme takes a header that is 980px wide. Since yours is a bit smaller, you need to adjust your stylesheet to center the header. Right now, it has the following styles in the theme.scss file located under Websites > Theme > theme.scss:

#header_wrap {margin: 20px 0 20px 0;}
The easiest thing to do would be to adjust that left margin by a certain # that works for you to move it over:
#header_wrap {margin: 20px 0 20px #px;}  
Before making any changes, you should be using a custom theme. If you aren't already, you can read about how to do that here
Thanks.
Share this post

Showing 2 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.
Back to top