Left align text on home page
- The topic ‘Left align text on home page’ is closed to new replies.
Need help? Check out our Support site, then
Hi, thanks for a great theme! Is there CSS I can use to make my “Feature page” content left aligned?
The blog I need help with is: (visible only to logged in users)
Hi,
Please use this CSS:
.section .features { text-align: left }
Perfect – thanks!