NOJoke Posted September 19, 2011 Share Posted September 19, 2011 I am editing a template that I purchased and I have a question about something. I am not sure if it occurs the same in the regular style theme or not. But my question is that there are these dots (or bullets) next to my account & Cart. The link to the website is www.sportzdirect.com/shop , please let me know what I am missing. Link to comment Share on other sites More sharing options...
kungfumunchkin Posted September 19, 2011 Share Posted September 19, 2011 Can you post the code in your blockuserinfo.css please? Link to comment Share on other sites More sharing options...
NOJoke Posted September 19, 2011 Author Share Posted September 19, 2011 the code in the file is : /* block top user information */ #header_right #header_user { clear: right; float: right; width: 535px; text-align: right; margin-right: 6px; margin-top: 25px; } #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') } Link to comment Share on other sites More sharing options...
PrestaSupport Posted September 19, 2011 Share Posted September 19, 2011 Try to edit this, marked in red: #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')} Link to comment Share on other sites More sharing options...
NOJoke Posted September 19, 2011 Author Share Posted September 19, 2011 Editing the padding just changes the space between the my account and cart links. The images that are highlighted do not have any bullets next to them. Link to comment Share on other sites More sharing options...
kungfumunchkin Posted September 21, 2011 Share Posted September 21, 2011 the code in the file is : /* block top user information */ #header_right #header_user { clear: right; float: right; width: 535px; text-align: right; margin-right: 6px; margin-top: 25px; } #header_user p { color: #595a5e } #header_user span { font-weight: bold } #header_user ul { margin-top: 0.3em; list-style-type: none;} #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') } Try that, it should work but I have not tried it out as I don't have a shop installed with that module. 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