• Resolved mikkoata

    (@mikkoata)


    How do I align the question to the left? It is now centered. Looked through all settings.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi mikkoata,

    Judging by the code, you’re using some kind of third-party post editor for the FAQs and either that or your theme is center aligning this by default. You see this in the source code:

    You should be able to overwrite this with some custom CSS. For example:

    .fusion-text {
        text-align: left;
    }

    Or, if you wanted to do it just for that page:

    .page-id-452 .fusion-text {
        text-align: left;
    }
    Thread Starter mikkoata

    (@mikkoata)

    Copy pasted Custom CSS and BOOM! = CHEERS! 🙂

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

The topic ‘Align the question to left’ is closed to new replies.