You are here: Home
Support site for Tips and Tricks HQ premium products
Thank you. That works.
The width: auto; code helped me out a bunch. Thanks. I was having the same problem, using Thesis theme by the way.
Thank you Digbick, you recommended code worked! I noticed the Paypal checkout image was really squished, so I just added the class name for that image, and everything looks perfect now.
.eStore_buy_now_button, .eStore_subscribe_button, .eStore_button, .eStore_paypal_checkout_button
{
background: #EBEBEB;
border: solid #ebebeb;
min-width: 150px;
}
Thanks again!!!!!!