css and header
5 posts
• Page 1 of 1
css and header

Trying to get rid of the Title USS Apocalypse and The Orange text. Then also be able to add a custom header.
-
-
Posts: 6
Re: css and header
You'll need to update the template files (conveniently named template_*.php) to change the mark up used for your header.-
-
Posts: 6
Re: css and header
So this is the code for the header however if you look at the site the image is not sitting correctly being its sitting on the nav bar and not extending to the left all the way.http://apocalypse.starfleetuk.net
- Code: Select all
#head {
margin: -1px 0 0 0;
padding: 20px;
height: 170px;
color: #eee;
background: url("/application/views/majesty/main/images/head-logo.png") no-repeat top left;
background-size: 100%;
/* border-bottom: 2px solid #000; */
box-shadow: 0 0 15px #000;
-moz-box-shadow: 0 0 15px #000;
-webkit-box-shadow: 0 0 15px #000;
text-align: left;
background-attachment: fixed;
background-position: inherit;
-
-
Posts: 6
Re: css and header
Obviously the fixed navigation is laying over top of the header there. What you should do is make the image in the header with a transparent background and then set the background color of the head div to that shade of teal. You should get the same effect but without some of the strange side effects of using an image with a background in there.
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests