View Issue Details

IDProjectCategoryView StatusLast Update
5533Composrsetupwizardpublic2024-08-01 20:59
ReporterMaster Rat Assigned ToGuest  
PrioritynormalSeverityminor 
Status newResolutionopen 
Summary5533: V11 News display in 10.44 had settings for 50% of the page option not in V11?
DescriptionWhen setting up and you choose to have ""News Block" displayed on the page it only gives you right, left but no center option like it did on V10.44.

"Random Quotes" is centered correctly but no option I found to center the news block I think I checked all the news blocks options for this.
TagsNo tags attached.
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2024-08-01 20:57

administrator   ~9053

Last edited: 2024-08-01 20:58

Triaging...

For v10:
Any block can be in the 'cell' position.

For v11:
Blocks can be set as BLOCK_POSITION_CELL in admin_setupwizard hooks. Only the main_poll block is set like it. That's not helpful, as you'd need at least two.
The fix is select other blocks should allow it too, such as main_content. Blocks where it really is designed to fit in a small space like that.

Some context:
Modern layouts and responsive designs don't tend to columnize things. We use responsive design to shrink things down based on viewport width. It would be possible to change our code to look at container instead of viewport (see https://caniuse.com/css-container-queries); but that would muddy our code to support a case that most people think is old-school crowded design.

Add Note

View Status
Note
Upload Files
Maximum size: 32,768 KiB

Attach files by dragging & dropping, selecting or pasting them.
You are not logged in You are not logged in. This means you will not get any e-mail notifications. And if you reply, we will not know for sure you are the original poster of the issue.

Issue History

Date Modified Username Field Change
2024-01-06 22:05 Master Rat New Issue
2024-08-01 20:57 Chris Graham Note Added: 0009053
2024-08-01 20:58 Chris Graham Note Edited: 0009053
2024-08-01 20:59 Chris Graham Category news => setupwizard