Jump to content

(solved)How can i move these modules to the top


Recommended Posts

Result is in attachment here is css.And you really should get Firebug plugin for Firefox.

global.css (line 188)

h1#logo  {
float:left;
margin-top:0.5em;
width:19%;
}



global.css (line 193)

#header  {
float:left;
text-align:right;
width:60%;
}



global.css (line 795)

ul#header_links  {
float:right;
list-style-type:none;
margin:0.4em 0.3em 0 0;
}



global.css (line 856)

#header #header_user {
clear:both;
margin:0.6em 0.6em 0 0;
text-align:left;
width:99%;
}



global.css (line 862)

#header_user p {
color:#595A5E;
margin-top:5em;
width:40%;
}



global.css (line 864)

#header_user ul {
float:right;
margin-top:-1.5em;
width:58%;
}

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...