Center header
-
Hi there,
I would like to center the header on my page: https://sanjuandelsurdayschool.comI removed the search box and go button and thought this would allow room for my header, but the header still ends where the box would have been. Because the background color on the site is different, it looks odd where the header ends.
I am using the Organization Theme. I tried pasting the following in CSS: #header #headimg { left: 50%; position: relative; left: 200px; }
but it didn’t workAny thoughts? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi Sarah,
You could get the header to take up the full width of your site with the following:
#header .row .nine, #custom-header img { width: 100%; }Give that a try and let me know if makes the header look as you intended.
-
-
- The topic ‘Center header’ is closed to new replies.