Yes, it Worked!
Thank YOU… and last question!
the text in post blog medium is aligned on left. How can i change it to align JUSTIFY ?!
http://www.artech-it.com/category/education/
(i have style.css in my child theme..)
Hi aris,
just goto the dashboard-> appearance -> theme options -> design options -> custom css and add this following code
.blog-medium p { text-align: justify; }
Hope this may help you Thank you!