Project

General

Profile

Actions

Support #24632

closed

File Blocks cut off at bottom of page in Bravada

Added by Marilyn Weber 4 days ago. Updated 3 days ago.

Status:
Resolved
Priority name:
Normal
Assignee:
-
Category name:
WordPress Themes
Target version:
Start date:
2026-03-12
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

Syelle Graves writes:

"I don't know if it's related to the author issue that Boone just fixed, but file blocks are chopped off in my view, in both pages and posts, when they're at the bottom, in the same Bravada theme site, edge and Firefox https://textbasedtasks.commons.gc.cuny.edu/1471-2/

We're embedding pdfs for now, but it would be great if we could get file blocks to show."

Screenshot attached


Files

Screenshot 2026-03-12 115434.jpg (21.1 KB) Screenshot 2026-03-12 115434.jpg Marilyn Weber, 2026-03-12 11:55 AM
Actions #1

Updated by Boone Gorges 4 days ago

  • Category name set to WordPress Themes
  • Status changed from New to Reporter Feedback
  • Target version set to Not tracked

This is unrelated to the previous issue #24595 but it is a bug in Bravada. I've opened a ticket in https://wordpress.org/support/topic/wp-file-block-and-other-embeds-are-cut-off-due-to-fitvids-technique/#new-topic-0 with a suggested fix.

As a temporary workaround, I've put some style rules in place (Dashboard > Customize > Additional CSS) that force the correct positioning:

.fluid-width-video-wrapper > object.wp-block-file__embed,
.fluid-width-video-wrapper > embed.wp-block-file__embed {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 600px !important;
}

.fluid-width-video-wrapper:has(> object.wp-block-file__embed),
.fluid-width-video-wrapper:has(> embed.wp-block-file__embed) {
    padding-top: 0 !important;
    height: auto !important;
}
Actions #2

Updated by Marilyn Weber 4 days ago

Thanks!

Actions #3

Updated by Marilyn Weber 3 days ago

Syelle reports "Thanks so much, Boone. It's working perfectly for me now."

Actions #4

Updated by Boone Gorges 3 days ago

  • Status changed from Reporter Feedback to Resolved
Actions

Also available in: Atom PDF