saint_malo
New member
- Joined
- Jul 24, 2025
- Messages
- 7
- Points
- 1
hello dear community, good day dear friends on the Webmastersun
.
....as here many wp-experts are around i thought that this might be a good thing to ask here:
well i run into a issue: With the theming: - note - i run the theme TT4 Twenty Twenty Four :: the question is: how to set the grapic to max '(full) widht : how to !? (with the backend-view on all tools)


well you see - at the moment i do not get the full width
what can i do here!?
look forward to hear from you
yours Saint Malo
update: good day dear friends,
i have had some hours of intensive YT-Video-Manual-Watching: and besides that see for more infos - the Twenty Twenty-Four-theme-manpages:
This manual - is awesome: it has helped me alot!!
well after some musing and tweaking around i ve seen finally some progress:
i think that the image isn't displayed across the full width in the Twenty Twenty-Four theme due to following reason and therefore , i guess we have alltogether several - or hmm three options and pathways
1. WordPress Block Settings:
i unfortunatly currently have your image embedded in a Stack/Group block.
That said: By default, this certain block doesn't have a "full width" setting, but only "wide width" or "content width."
Therefore, the image is aligned to the content container, not the so called viewport. after having looked into the manpages of the theme i found out a possible solution:
In the editor, i need to select the Image block or (even better) the parent Group/Stack block. The alignment options are then available at the top of the toolbar:
"Standard"
"Wide"
"Full Width"
here - according the manpages i have to select Full Width-mode. Then the image will then stretch across the entire browser width - what is wanted here.
2. Theme Feature: Twenty Twenty-Four - another option i could try out.. and i think this is really convincing
The theme uses the so called new block-based template system (Site Editor). In some templates (e.g., "Page" or "Home"), there are containers that limit the maximum width.
If “full width” is not visible → check:
The group block above it must also be set to "Full Width." If necessary, adjust the template structure in the Site Editor (Design > Editor > Templates) so that the container isn't limiting.
3. CSS Fallback (if necessary - a more hackish and tweak like solution - but anyway: )
If this doesn't work at all, i could add custom CSS in the Customizer or Site Editor the following little css snippet:
well this tweak hmm i think it would force the images to truly fill the full width.
hmm - well i think that the manuals of the theme TT4 the well documented twenty twenty four theme has got some extra options: In the editor, i could go to the image block → "Full Width" in the bar at the top. If that would not be possible, i could set the parent group/stack to "Full Width."
If the theme container still restricts the width → i finally could adjust the template in the site editor. hmm - well i try out these steps. And - well i hope that these steps could be helpful to others too
have a great day.
greetings

btw: the conclusio of the day: see for more infos - the Twenty Twenty-Four-theme-manpages: This manual - is awesome: it has helped me alot - and besides that i have had some hours of YT-Videos covering the theme!!
....as here many wp-experts are around i thought that this might be a good thing to ask here:
well i run into a issue: With the theming: - note - i run the theme TT4 Twenty Twenty Four :: the question is: how to set the grapic to max '(full) widht : how to !? (with the backend-view on all tools)


well you see - at the moment i do not get the full width
what can i do here!?
look forward to hear from you
yours Saint Malo
update: good day dear friends,
i have had some hours of intensive YT-Video-Manual-Watching: and besides that see for more infos - the Twenty Twenty-Four-theme-manpages:
This manual - is awesome: it has helped me alot!!
well after some musing and tweaking around i ve seen finally some progress:
i think that the image isn't displayed across the full width in the Twenty Twenty-Four theme due to following reason and therefore , i guess we have alltogether several - or hmm three options and pathways
1. WordPress Block Settings:
i unfortunatly currently have your image embedded in a Stack/Group block.
That said: By default, this certain block doesn't have a "full width" setting, but only "wide width" or "content width."
Therefore, the image is aligned to the content container, not the so called viewport. after having looked into the manpages of the theme i found out a possible solution:
In the editor, i need to select the Image block or (even better) the parent Group/Stack block. The alignment options are then available at the top of the toolbar:
"Standard"
"Wide"
"Full Width"
here - according the manpages i have to select Full Width-mode. Then the image will then stretch across the entire browser width - what is wanted here.
2. Theme Feature: Twenty Twenty-Four - another option i could try out.. and i think this is really convincing
The theme uses the so called new block-based template system (Site Editor). In some templates (e.g., "Page" or "Home"), there are containers that limit the maximum width.
If “full width” is not visible → check:
The group block above it must also be set to "Full Width." If necessary, adjust the template structure in the Site Editor (Design > Editor > Templates) so that the container isn't limiting.
3. CSS Fallback (if necessary - a more hackish and tweak like solution - but anyway: )
If this doesn't work at all, i could add custom CSS in the Customizer or Site Editor the following little css snippet:
Code:
.wp-block-image img {
width: 100% !important;
max-width: 100% !important;
}
hmm - well i think that the manuals of the theme TT4 the well documented twenty twenty four theme has got some extra options: In the editor, i could go to the image block → "Full Width" in the bar at the top. If that would not be possible, i could set the parent group/stack to "Full Width."
If the theme container still restricts the width → i finally could adjust the template in the site editor. hmm - well i try out these steps. And - well i hope that these steps could be helpful to others too
have a great day.
greetings
btw: the conclusio of the day: see for more infos - the Twenty Twenty-Four-theme-manpages: This manual - is awesome: it has helped me alot - and besides that i have had some hours of YT-Videos covering the theme!!
Attachments
-
43 bytes Views: 5
Last edited: