Billy Posted July 5, 2010 Share Posted July 5, 2010 /* 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 More sharing options...
MrBaseball34 Posted July 6, 2010 Share Posted July 6, 2010 If I'm not mistaken, you need to swap POSITIONS of the blocks in the BO. Link to comment Share on other sites More sharing options...
crowdesign Posted February 4, 2011 Share Posted February 4, 2011 The BO? Please explain where this is. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted February 4, 2011 Share Posted February 4, 2011 BACK OFFICE or Admin of your shop... Link to comment Share on other sites More sharing options...
crowdesign Posted February 4, 2011 Share Posted February 4, 2011 #header_user is not a block so it can't be moved with the positions function in the back end. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted February 4, 2011 Share Posted February 4, 2011 It is located in the block called blockuserinfo.tplWhere do you want to move it? Link to comment Share on other sites More sharing options...
crowdesign Posted February 4, 2011 Share Posted February 4, 2011 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 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