Home › Forums › Weaver Xtreme Theme › Button Size › Reply To: Button Size
February 10, 2022 at 17:09 UTC - Views: 16
#70439
Moderator
You can add padding to it with the rule below
input[type="submit"] {padding:5px 10px;}
if only for mobile add the mobile selector
.is-mobile input[type="submit"] {padding:5px 10px;}