My friend asked for my help to make some adjustments on his website, and I encountered a CSS issue that I need assistance with. Before suggesting that I read a CSS book to address this problem of moving the logo closer to the screen edge, I want to clarify that I am primarily an Android/Java developer and believe I can handle this task.
The logo seems slightly off, and I would appreciate a quick solution.
Here is the header logo: img src="img/logo.png
It appears to be too far from the left edge despite the proper cropping of the image.
Whenever I try to adjust the #header-inner value, the entire header collapses inexplicably.
Screenshot:
CSS Source:
/* CSS code for the header */<br>#header {<br>border-top: 1px solid #525252;<br>... <br>}<br> ... <br>
HTML Source:
<!DOCTYPE html PUBLIC ...><br><html xmlns="http://www.w3.org/1999/xhtml"><br><head> ... </head><br> ... <br></div><!-- end wrapper --><br><!--#include file="footer.asp" --><br>