Hi
I have a dropdown in form in which the downwar arrow looks so small. Can you please provide the steps of adding any css nor setting it to the property for increasing the size?
Thanks
Pradeep
Hi just overwrite this CSS.
Just put it as your page level make height and width equal as per your requirement.
[data-dropdown] > div.dropdown-display:after { border: 1px solid #455a64; border-right: 0 !important; border-top: 0 !important; width: 8px; height: 8px; bottom: 13px; -webkit-transform: rotate(-45deg) translateY(-15px); transform: rotate(-45deg) translateY(-15px); }
Pradeep KK wrote:
Web or Mobile?
Regards,
Pankaj
Hi Pankaj
This is for mobile.
Thanks & Regards
Thank you
Regards
Hi Pradeep,
If my answer was the solution to your problem, could you mark it as the solution? That way others in the future can find this post if they have a similar problem.