You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its working great! I just want to move the icon to the left.
I tried using ::before instead of ::after. I doesnt seem to work like that.
Other than that It could be done with using flexbox to move it around. But then I would have to make the icon an img tag
This breaks the changing icon when opened or closed.
This is an example of what im doing right now.(I replaced the + and - with Fontawesome Unicode Icons)
Im sorry if this question seems stupid.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Hi @TennoSerra
To move the icon to the left, you need to change position from right to left and add an additional spacing on the left side of the trigger. Here's a quick example of how you can do it:
Its working great! I just want to move the icon to the left.
I tried using ::before instead of ::after. I doesnt seem to work like that.
Other than that It could be done with using flexbox to move it around. But then I would have to make the icon an img tag
This breaks the changing icon when opened or closed.
This is an example of what im doing right now.(I replaced the + and - with Fontawesome Unicode Icons)
Im sorry if this question seems stupid.
Thanks for any help!
The text was updated successfully, but these errors were encountered: