Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello @justyup,

    Thanks for writing to us.

    This is not an issue we are replicating from our end. I have recorded a screencast adding a header from our end.

    Please debug using the steps below:
    1. Please ensure you have the latest update 2.0.13 installed.

    2. After updating, please be sure to regenerate the assets. We do this automatically after the plugin is updated, but just to be sure, go to “Spectra > Settings > Asset Generation > Regenerate Assets” and press the button as shown here:https://share.bsf.io/9ZugNRdO?method=GET

    3. Also, empty cache and hard reload while on the editor screen. Here’s how: https://share.bsf.io/2NumNvZ2.

    Please let us know how this goes.
    Looking forward to hearing from you.

    I am having the exact same problem. I am on the latest version and have cleared my cache; still no luck.

    Thread Starter just.yupi

    (@justyup)

    sorry, the display is still the same, the left alignment still appears in the middle

    Fwiw I’ve had the same issue, headings that are supposed to be left-aligned keep getting displayed as centered. My plugins are all up to date and I don’t even have caching on the site. Solved it with custom CSS for now.

    Thread Starter just.yupi

    (@justyup)

    can share your css?

    Nothing fancy, I’ve just slapped a custom class on the affected headlines like “thisheadlineshouldalignleft”. You can do this in the block settings under “advanced”, sometimes it’s collapsed. Just put a name there, no dots.
    Then:

    .thisheadlineshouldalignleft
    {
    text-align: left;
    }

    or if that doesn’t do it

    .thisheadlineshouldalignleft
    {
    text-align: left!important;
    }

    Hello @justyup,

    Since this query is specific to your site as we are not replicating it from our end, I would request you open a support ticket so that we can help you in a better way.

    Regards.
    Judith

    Thread Starter just.yupi

    (@justyup)

    thanks, your css work it

    Hello @justyup,

    We are glad this works for you.

    Please feel free to open a new thread in case of any other queries.

    Regards.
    Judith.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘text alignment’ is closed to new replies.