button alignment
When I generate Add To Cart buttons in eCart the number of items input field is a little below the button when it displays. I don't see anywhere that there is a CSS rule that I can alter to nudge them up a bit.
When I generate Add To Cart buttons in eCart the number of items input field is a little below the button when it displays. I don't see anywhere that there is a CSS rule that I can alter to nudge them up a bit.
please provide a link where i can see the problem.
http://nutradine.com/AQ3/products/freshwater/communityF.php
This is one of the product pages. the button is held in a div tag but the alignment of the item count and the button is generated by eCart. Just need to put some CSS in somewhere to change that alignment.
change your button, input css to include vertical-align:middle;
button, input {
line-height: normal;
vertical-align: middle;
}
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.