Updated Predefined Amounts is Awesome!

  • Dave B
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
4 years 6 months ago #142294 by Dave B
Hi Dam, thank you so much for making this update. It's really, really amazing now! Very much appreciated!

Dave

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #142297 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Updated Predefined Amounts is Awesome!
You're welcome, Dave

Please Log in or Create an account to join the conversation.

  • Dave B
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
4 years 6 months ago #142367 by Dave B
Replied by Dave B on topic Updated Predefined Amounts is Awesome!
Hello, I have discovered one thing I need help fixing on mobile devices. If I have a bunch of amounts they don't wrap or become responsive. I was able to change the CSS but don't really know what I am doing. If this could be fixed on phones that would be amazing.

Thank you

  

Please Log in or Create an account to join the conversation.

  • Dave B
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
4 years 6 months ago #142368 by Dave B
Replied by Dave B on topic Updated Predefined Amounts is Awesome!
I added this but not sure if it's the best solution. Let me know what you think and if you could add something instead in update?

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
#donation-form .switch-amounts {
display: block;
}
}

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #142372 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Updated Predefined Amounts is Awesome!
OK, i will check the pre-defined options on mobile screen. Hope i can find the solution to solve it.
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #142373 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Updated Predefined Amounts is Awesome!
You can try to add this custom CSS
Code:
@media screen and (max-width: 480px) {     #donation-form .switch-amounts {       display: inline !important;     } }

and check to see whether if pre-defined amounts to show well or not
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Dave B
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
4 years 5 months ago #142411 by Dave B
Replied by Dave B on topic Updated Predefined Amounts is Awesome!
Hi Dam, this works as well. Thanks

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc DamDang Dam