toolkit
toolkit copied to clipboard
il-call-to-action without icon not centering
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; }