Centering a Front Page Section Title While Aligning Text Beneath to Left

Hello. In one of my sections on the front page–the “About” section–I would like to align the title to the center while aligning the main body text beneath it to the left.

By default, everything is aligned to the center. I added the following code to “Additional CSS” to get everything to align to the left:

.home #about {text-align: left;}
.widget-title {text-align: center;}

But now the section title is also to the left. I would like just the section title centered.

Thank you for any help.

Hi there

Please always include a link to the page, screenshot or reference in the ticket

Link is arkoflaw.com

Thank you.

hey there

Please add this CSS in appearance - customize - additional CSS

section#about .col-sm-12 {
text-align: center;
}

Thanks!
Colorlib Support Team

Thank you!

Hi, there

I will close this case now, Feel free to contact us again if you have other questions

Thanks!