Home › Forums › WordPress Themes – Premium › Circumference › Text in colums – alignment control › Reply To: Text in colums – alignment control
June 18, 2014 at 10:51 pm
#20121
Participant
Thanks. Found it and made the change but it doesn’t seem to have taken. I tried both:
.cir-mediabox1,
.cir-mediabox2,
.cir-mediabox3 {
margin: 2em 0;
padding-bottom: 1em;
text-align: left;
}
and just:
.cir-mediabox3 {
margin: 2em 0;
padding-bottom: 1em;
text-align: left;
}
I cleared cache, hit ctrl+F5, and even tried viewing it in another browser. Text remains centered. Ah, the challenges 🙂