• Resolved SGans

    (@aym4t)


    Now that I resolved my previous issue, I’m stuck with what started it in the first place. I’d like to align the content under the headers in my Features section to be left aligned within their individual divs. I like the icon and feature header centered,but I’m writing paragraphs in there, and they’d be more legible if that text wasn’t centered.
    I’m finding it difficult to find the section CSS to change, so if anyone has a suggestion, I’d appreciate it. Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @aym4t,

    Please add the following custom CSS to Appearance -> Customize -> Additional CSS section to left-align the paragraph text of the feature section.

    .hestia-features .hestia-info p {
        text-align: left;
    }

    Hope it helps.

    Thread Starter SGans

    (@aym4t)

    Hi, Poonam! Thank you!

    I haven’t gotten to try it yet (out of the office), but I’m CERTAIN that’s what’s going to work! HOW did you find the names of the divs? I couldn’t find the path, when inspecting the page, but I know that’s going to come up more and more.
    When I look at the documentation for short codes, they give the names of the Pro sections. I’d LOVE to be able to find these by myself, so I don’t have to bug people here.

    Thank you SO much for this. I can’t wait to get back to the office and apply it!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Align Features Content Left’ is closed to new replies.