Visual Enhancements Needed for Gallery Block on Posts/Pages #18
Labels
[Component] Block Patterns
Issues related to pre-designed content sections.
[Component] theme.json
Issues related to the theme.json configuration file.
[Status] Help Wanted
Seeking community assistance on specific issues.
Description:
The
Gallery Block
in the theme lacks consistent padding at the top, similar to the previously noted concerns with theImage Block
Issue #15. The desired padding adjustments set in thetheme.json
have not been effectively reflected within the theme. To temporarily address this, changes have been made directly to thestyle.css
file.1. Padding on Top of Gallery Block:
Gallery Block
is missing adequate padding at the top. Adding this padding would ensure a clearer separation from preceding content, enhancing both readability and the visual flow of the page.Step-by-step Reproduction Instructions:
Gallery Block
.Gallery Block
, noting the absence of top padding.Expected Behavior:
The
Gallery Block
should display with suitable top padding, offering a distinct separation from any content or elements that precede it.Screenshots:
Backend Preview.
Frontent Preview.
Current Workaround:
Although the goal was to apply this padding through the
theme.json
, the theme did not adopt these changes. As a provisional measure, the necessary padding adjustments have been incorporated into thestyle.css
file. This is a temporary solution, and the intention is to eventually determine an effective way to integrate this padding adjustment withintheme.json
and then remove the associated styles fromstyle.css
.Suggested Next Steps:
Investigate the reason for the
theme.json
not translating the padding styles to the theme. Once a resolution is identified, transition the padding adjustments fromstyle.css
totheme.json
to maintain best practices and consistency within the theme.The text was updated successfully, but these errors were encountered: