Centering in Text widget
-
I’m building a wordpress site for the nonprofit where I work. Clearly I’m an amateur. I hacked together some code to made info boxes with icons. I used a column short code (graph paper press) and used the old style of <center>. Is there a better (or best practice) way to do this?
Thanks in advance for any help!
test server: http://www.booksofvirtue.com
Code in text widget:
[one_third_first]
<center><i class=”awesome-comments hover-fade” style=”color: #bec9e2; font-size: 60px;”></i>
<h3>MAC Listens</h3>A voice for children. We start by listening at the ground level. We pore through nearly 1,000 helpline calls per year, provide individual case advocacy, and meet with hundreds of parents to understand the barriers that children face in education.
[/one_third_first][one_third]<center><i class=”awesome-group hover-fade” style=”color: #bec9e2; font-size: 60px;”></i>
<center><h3>MAC Acts</h3>Actions speak louder. After MAC has determined priorities for systemic advocacy, we work tirelessly to organize our parent networks and push through reform that improves educational opportunities for children across the Commonwealth.
[/one_third][one_third_last]<center><i class=”awesome-time hover-fade” style=”color: #bec9e2; font-size: 60px;”></i>
<center><h3>MAC Endures</h3>Our work is never done. We remain to ensure that laws are being followed and that children’s rights are being protected. Our multi-strategic approach to advocacy changes conditions for many children, while also helping one child at a time.</center>
[/one_third_last]
-
Sorry, here is the code:
[one_third_first] <center><i class="awesome-comments hover-fade" style="color: #bec9e2; font-size: 60px;"></i><br><br><h3>MAC Listens</h3><strong>A voice for children.</strong> We start by listening at the ground level. We pore through nearly 1,000 helpline calls per year, provide individual case advocacy, and meet with hundreds of parents to understand the barriers that children face in education. [/one_third_first][one_third] <center><i class="awesome-group hover-fade" style="color: #bec9e2; font-size: 60px;"></i><br><br> <center><h3>MAC Acts</h3><strong>Actions speak louder.</strong> After MAC has determined priorities for systemic advocacy, we work tirelessly to organize our parent networks and push through reform that improves educational opportunities for children across the Commonwealth. [/one_third][one_third_last] <center><i class="awesome-time hover-fade" style="color: #bec9e2; font-size: 60px;"></i><br><br><center><h3>MAC Endures</h3><strong>Our work is never done.</strong> We remain to ensure that laws are being followed and that children's rights are being protected. Our multi-strategic approach to advocacy changes conditions for many children, while also helping one child at a time.</center> [/one_third_last]
The topic ‘Centering in Text widget’ is closed to new replies.