Jump to content

Changing the (block top user information). How do I gain control of the css/code/template ?'s


Recommended Posts


/* block top user information */
#header_right #header_user {
   float: right;
   width: 535px;
   text-align: right;
   margin-right: 6px
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
   float: right;
   line-height: 2em;
   margin-left: 0.5em;
   white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
   background-repeat: no-repeat;
   background-position: top left;
   padding: 2px 0 4px 26px;
   height: 20px;
   text-decoration: none
}
#header_user #shopping_cart a { background-image: url('../img/icon/cart.gif') }
#header_user #your_account a { background-image: url('../img/icon/my-account.gif') }



Here is the css code for the user information out of the default theme.
I have be struggling with this feature for awhile now.

How in the heck can I move this into another location on my theme.

I would like the login on the left of the site and the cart info on the right. I cannot find the template for this to save my life. All I can find is the css in global but cannot seem to grasp how to take control of this feature.

This has kicked my arse for a month or two can you help me out?

Link to comment
Share on other sites

  • 6 months later...

I would actually like the logo top left, the header_user top right in the header (outside the header_right div) and the header_right div containing the currency, language, contact, sit, bookmark and search underneath those two all with that div set to 100% width.

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