- This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › How do I make the Buy Now Button responsive when I use a custom graphic
When I add a Buy Now button on a squeeze page I want it large for desktop viewing so I added custom images. However, when I change the image, it doesn’t fit on the screen when viewing in mobile.
Is there some way to make the buttons responsive?
I’ve noticed that the fancy display forms work fine. Should I be using the fancy display instead of just a buy now button
If you are using a custom graphic and the image is large then you should apply a CSS tweak like the following:
.eStore_buy_now_button{
max-width: 100%;
}