Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there! Center-aligned text is much more difficult to read, so it’s a good call to left-align this. ??

    I had a look at this theme and it looks like you can’t enter HTML in the “Feature Description” boxes. This means you’ll need to override the theme settings in order left-align your text.

    First of all, a quick suggestion: don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    I’d recommend using the Custom CSS method. Once that’s all set up, you can use the following code to left-align your text:

    .feature-item p {
        text-align: left;
    }
    Thread Starter Asad

    (@asad_it)

    Thank you so much, my problem is solved.

    Regards
    Asad Zaman

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to align text in home page feature area’ is closed to new replies.