Jump to content

[solved] Move 'log in' on top of menu bar?


rialni

Recommended Posts

Hi,

 

I've done this before with another shop, but I think maybe things are different with 1.5.6.2?

 

I want to pull the 'log in' line on top of the menu bar (cart still above), but I don't really know how to do this now? I tried moving around the #header_right in global.css and tried to edit some code in superfish.css, but nothing really gives me the result I'm looking for.

 

Shop is at www.chewberry(dot)dk

 

Any help will be much appreciated. Somehow I'm just not happy with the appearance of this shop.

 

Thanks

Edited by rialni (see edit history)
Link to comment
Share on other sites

and it was that easy ;) Thank you so much.

 

Do you also know how the cart can follow? It is now kind of floating in the air? I also want to add a bigger icon-picture for the cart above the user info, but I can't find where to edit the iconsize for this.

 

Thanks

Link to comment
Share on other sites

.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart a{
height: 17px;
padding:15px 27px 10px 43px;
margin-right:15px;
background: url('img/icon/cart.gif') no-repeat 10px 9px #fff;
/*border: 1px solid #003366;*/
min-width: 130px;/* 200 */
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;display:block};

Here's my cart code from blockuserinfo

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