• Resolved t33b33

    (@t33b33)


    Is it intentional that the “Left and Right Blocks Offset” option has disappeared with Blocksy 1.8.55? That was one of the stylistic features of the Blockys theme in my eyes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hi @t33b33,
    Yes, we had to deactivate that feature because now WordPress in 6.1 has a different way to manage left/right aligned blocks and it is impossible to recreate the same effect we had before.

    We will think more about this, if we will find a clean way – we will bring back this effect in future.

    Hope you will understand me right.

    Thread Starter t33b33

    (@t33b33)

    Out of curiosity, I used the following snippet:

    .wp-block-image.alignleft, .wp-block-image.alignright {
    	--block-max-width: var(--block-wide-max-width);
    }
    

    With that, it seems to work here: https://blocksy-1-8-55.webspace.rocks/2022/11/blocksy-post . But this is just a quick shot of mine, without knowing the internals of WordPress 6.1 or Blocksy.

    Where would something like this fail? If you had to go too far to give an answer, it’s enough to refer to the complexity or just give a few key points.

    • This reply was modified 1 year, 5 months ago by t33b33.
    Theme Author creativethemeshq

    (@creativethemeshq)

    Hey @t33b33,
    This is a good solution but unfortunately we can not add it to the theme (at this moment) because it will break other uses cases.

    But you can use it for sure as I can see your use case is very simple 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Left & Right Blocks Offset’ is closed to new replies.