- This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › How can I to make the "download now button" responsive ?
Tagged: css, css tweaks, download now, responsive
Hello,
How can I to make the “download now button” responsive ?
This is the shortcode: [wp_eStore_download_now_button id=3]
I trying this 2 css but it not work:
.eStore_download_now_button{
max-width: 100%;
}
and this:
.free_download_submit {
max-width: 100%;
}
Thank you for your answer.
The download now button should already be responsive. Are you using your custom image for the download button? Because that is the only time you may need to tweak it to cater for the image you are using.
Please post a link to the page where you have the download now button so I can inspect the CSS.
Yes, (sorry I forgot to say that a custom image for the download button).
Here is the url where I have the download now button: [https://www.thesecretofpros.fr/5efqnfplp/]
Thank you.
Use the following custom CSS which will force your image (of the download now button) to be responsive:
input.download_now_button_submit {
max-width: 100% !important;
}
Thank you Great support forum !