full screen fit
-
the archives page of my blog has a page layout with a block consisting of previous blogs of mine in a two column set-up. But the set is very small and does not cover the entire page on desktop.
How can I increase the width of the block size?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Are you speaking of https://blognomics4you.wordpress.com/archives?
It won’t display the posts full-width, because the Cubic theme you’re using predates the block editor by several years, and doesn’t support the full-width alignment option that some blocks have. So in this case the only way to make that content wider, is by overriding your theme’s design using custom CSS on our Premium Plan.
That said, even if your theme did support full-width alignment, it wouldn’t work on this page as it’s currently configured: It seems that you have multiple blocks nested in one another. Looking at that page in the editor it’s structured as follow:
[group block[group block[layout grid block[column block[group block[blog posts block]]]]]]
So every block is being constrained by the options of the block that is it’s immediate parent, and the column block in particular would prevent anything inside of it from being full width.
So to avoid future issues, I’d recommend you completely delete everything on that page, and just add back a single Blog Posts block, not nested inside of anything else.
- The topic ‘full screen fit’ is closed to new replies.