Header Alignment
-
Alright so I’m new to CSS and PHP so this has been a learning process. Everything was going pretty well until I started to put my own images in. My footer and background images line up just fine and the background slice scales vertically as it is supposed to. Initially when I inserted my footer image into the code its height was cut off and constrained and cut off part of my design. I was able to fix this in the structure code in the main css stylesheet by adjusting the height. My header image was cut off both vertically and horizontally also as a result of the previous height and width in the code being smaller than the image. So under the same structure section of the CSS code I adjusted the header tag’s height and width and it does end up displaying the image in its entirety after this but it has it aligning way right of the rest of the body of my design.
To see what I am talking about here is a link:
https://www.ryanloewe.com/index-hidden.php
Thanks in advance for any help.
- The topic ‘Header Alignment’ is closed to new replies.