Jump to content

How do I modify the logo and header position in CSS


Recommended Posts

Hi

M 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...