alex77 Posted January 17, 2011 Share Posted January 17, 2011 HiM aybe this is a dumb question but how do I modify the layout so the logo is one line and there is a break and the next line in the header-right? /* global layout */ #page { width: 980px; margin: 0 auto 2px auto; text-align: left } div#logo { float: left; width: 27%; margin-top: 1em } #header_right { float: left; margin-bottom: 15px; width: 73%; text-align: right } Help a newb out PLEASE Link to comment Share on other sites More sharing options...
rocky Posted January 18, 2011 Share Posted January 18, 2011 Add clear: left to #header_right Link to comment Share on other sites More sharing options...
Pshopic Posted January 19, 2011 Share Posted January 19, 2011 It will be helpful if you decrease width of #header_right about 1-2%. Link to comment Share on other sites More sharing options...
alex77 Posted January 19, 2011 Author Share Posted January 19, 2011 Thank you everyone. I will try these options, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now