icon overlays text in button

1 reply·opened May 3, 2023
B
bagginsMay 3, 2023

When hovering over button, the graduate icon overlays the text instead of staying to the left of the text
<a href="#" class="button button-xlarge button-rounded ls-1 button-reveal m-0"><i class="bi-arrow-right"></i><span><i class="fa-solid fa-user-graduate"></i> Blahblah</span></a>

S
SemiColonWebSTAFFMay 4, 2023

Hello,

The Code you are using is incorrect. This Button Type does not support 2 Icons but only 1 Icon. You code should look like this:

<a href="#" class="button button-xlarge button-rounded ls-1 button-reveal m-0"><i class="bi-arrow-right"></i><span>Blahblah</span></a>

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard