Home Forums WordPress Themes – Premium Circumference Text in colums – alignment control Reply To: Text in colums – alignment control

#20121
John Bourke
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 🙂