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
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; }
The text was updated successfully, but these errors were encountered:
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:
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; }
The text was updated successfully, but these errors were encountered: