toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

il-call-to-action without icon not centering

Open sydbeth opened this issue 2 years ago • 2 comments

Even while using il-align-center the class il-calltoaction is making the text off-center in a Wordpress Site.

I used the component builder to make this:

<il-call-to-action class="il-align-center il-theme-blue"> <h3>Get started today! <p>Enroll in a class after you are admitted as a non-degree student.</p> <p><a href="#" class="il-button">Registration overview</a> <a href="#" class="il-button">Contact Us</a> <a href="#" class="il-button">Accessing email/Compass</a></p> </il-call-to-action>

Removing the extra padding helps; The left purple box in the screenshot below says: .il-calltoaction .il-calltoaction-body { padding-left: 50px; flex: 0 1 845px; }

Screen Shot 2022-11-07 at 1 51 34 PM

sydbeth avatar Nov 07 '22 20:11 sydbeth