Archived topic
Geek Theme Blog Cards Template Dynamic Content
5 replies · Started by Bader on February 21, 2023
Hi Support team,
I am using the Geek template and I would like to change the text alignment from left to right to right to left. Could you tell me where can I change this configuration?
Hi Bader,
In your Content Template, try aligning the text as such: https://share.getcloudapp.com/7Kuzeo79
Let us know how it goes.
@Fernando Thank you for your reply but this is for the headline I want to align the text in the one underneath it Dynamic Content
I see. Thank you for clarifying.
Try adding this through Appearance > Customize > Additional CSS:
.dynamic-content-template .dynamic-entry-excerpt p {
text-align: right;
}
Perfect, thank you so much!
You're welcome, Bader!