jahidulewu Posted July 8, 2013 Share Posted July 8, 2013 How to move left "cart" in header area after login. Before login in should be same place, but after login it have to move left to give some place welcome and login name. I feel big problem when I login my site. This is the problem I found. Can any body help me about this topic. Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 it's because you've got it aligned with: #shopping_cart a { position: absolute; right: 17%; Link to comment Share on other sites More sharing options...
jahidulewu Posted July 8, 2013 Author Share Posted July 8, 2013 Dear vekia, What is the solution? I want cart position in there before login. So what will be the code to placement the cart i there. Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 in this case you have to use abit different positioning method, it's because you also use this method for other elements in the header. check also this: you've got there black dot from the <li> elements in the header. what method you should use? float:right; display:inline-block; 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