Hi,
I am having issues with the Update/Remove buttons lining up in IE. They seem to align in Firefox, Chrome and Safari but for some reason the Remove button is slightly indented. I found their entries in the CSS, but am not sure what to enter to ensure that they align correctly.
Thanks.
RE: Issues in IE Only
-
- Posts: 889
- Joined: Fri Aug 11, 2006 1:35 pm
- Location: Orem, UT
- Contact:
Re: RE: Issues in IE Only
In the CSS for your shopping cart, the remove button, input.button154 has a padding of 5px, but the update button does not. I assume that this was added so that there is space between the two buttons, but it also added padding to the sides of the remove button. If you change the padding from padding: 5px; to padding 5px 0px; then the padding will only be on the top and bottom of the button, not on the sides. This will fix the issue.
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
Contact me for help with any of your
custom ShopSite template questions.