- This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Responsive squeeze form button
Tagged: squeeze form
I’m trying to make the squeeze form button responsive.
For the “buy now” button I added:
.eStore_buy_now_button{
max-width: 100%;
}
Which works fine. For the squeeze form I tried adding:
.eStore_free_free_download_squeeze_form_button{
max-width: 100%;
}
but not luck. What is the correct code? Also, is there something I need to know/do so I can make any of the buttons responsive?
The web page in question is: [http://thebabyboomerentrepreneur.com/branding/]
Looks like you are using a custom button image. Use the following CSS to target your squeeze form button:
.free_download_submit {
max-width: 100%;
}
perfect! thank you