themes icon indicating copy to clipboard operation
themes copied to clipboard

Radcliffe 2: Cover block child blocks extend beyond top and bottom of block with multiple taller blocks

Open thesacredpath opened this issue 3 years ago • 3 comments

User added heading, paragraph, image block (portrait image) and then a contact form to a cover block and due to the combined height of the blocks, they extended above and below the cover block top and bottom edges.

User screenshot: https://d.pr/i/HGhsPg/TOOvxXGUwJ

Test page created by user for us to see: https://onemoto.in/test-page-for-wp-team/

I gave user the following CSS to fix the issue on their site, but a previous HE suggested it was a theme bug, which I am not convinced of. The cover block has a height of 75vh set in the CSS, and there was just too much content added within the cover block. I'll leave it up to you as to whether this is worthy of a fix or not.

CSS added: /* force cover block height to auto so it adjusts to height of child elements inside 3743644-zd rs */ .wp-block-cover-image.alignwide, .wp-block-cover.alignwide, .wp-block-cover-image.alignfull, .wp-block-cover.alignfull { height: auto; }

On the test page user set up, you can see the results of my CSS, and can comment it out to see what happened previously.

Result

Items extend above and below cover block

Expected

User expected cover block to expand vertically to accommodate the blocks within

  • User report: Chat: (Previous HE did not add link to chat transcript)
  • Follow-up ticket: 3743644-zd

thesacredpath avatar Feb 26 '21 02:02 thesacredpath

  • [ ] Another instance of this issue here: 7476641-zen

Gustavo-Hilario avatar Dec 21 '23 15:12 Gustavo-Hilario

Support References

This comment is automatically generated. Please do not edit it.

  • [ ] 3743644-zen
  • [ ] 7476641-zen

github-actions[bot] avatar Dec 21 '23 15:12 github-actions[bot]

📌 REPRODUCTION RESULTS

  • Tested on Simple – Replicated
  • Tested on Atomic – Could Not Replicate

📌 FINDINGS/SCREENSHOTS/VIDEO The theme seems to use the minimum height value as the maximum on Simple Sites

Simple, Radcliffe 2 CleanShot 2023-12-28 at 13 12 01@2x

Simple, TT4 screencapture-liviopremium-wordpress-1246-2-2023-12-28-13_13_35

Atomic, Radcliffe 2 screencapture-atlivio-wpcomstaging-radcliffe-2-cover-block-2023-12-28-13_16_42

📌 ACTIONS

  • Triaged

liviopv avatar Dec 28 '23 13:12 liviopv