Most of my category pages are container width, which is what I want (for example, see https://jamsjewelbox.com/product-category/fashion-jewelry/earrings/ or https://jamsjewelbox.com/product-category/favorites/ )
However, one of the category pages is full width and I don’t know why. How do I get this page to be container width like the others? https://jamsjewelbox.com/product-category/fine-jewelry/
]]>I know that the container width can be change from the global settings. But how can i change this default value (1024) with the theme without forcing the user to change it from the global settings? It is require to add compatibility with the theme design.
If you add a filter for the default size value for the ‘container_width’ control, the problem will be solved.
Thanks
]]>With only WP Bakery plugin active, I now see:
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: var(--wp--style--global--content-size);
margin-left: auto !important;
margin-right: auto !important;
}
which is causing this.
I see no way to override this using the new site editor.
]]>I tried entering custom CSS to widen the container div, but that didn’t work. Any suggestions? Here is the site: https://sublime-dezine.com
The parallax full width page to view for the Elementor page is
https://sublime-dezine.com/preisgestaltung/
My problem is that in wordpress editor it shows normal page width (container width) for inner blocks.
But when you really open the real page. It shows inner blocks in full page width??
Thank you for help :)!
Pictures for help you.
how its shown in wordpress editor:
https://ibb.co/X3SJkV1
Codes from pages (one where it works normally and two weird cases):
https://ibb.co/z53PCVr
https://ibb.co/VMzQbP4
https://ibb.co/m51ST5g
In addition to the provided link, these pages are relevant to the topic:
https://roman-hikes.com/category/blog/
https://roman-hikes.com/adventure-news/
As you can see, two of these are category pages (so not pages I created, or could change page settings for), and one is a news page (that came with the theme but could have been created by me and has settings for page width etc.)
Now, one of these (the Hike Category Page) has a container width of about 90%. Which is the same as the setting I chose for most of my individual posts.
Aside: I actually chose “contained” and 100% custom width for those posts, which neither results in 100% width, nor in the 1600p standard width chosen in theme options, but the result works for me visually as I wanted something like 80-90% width, so I decided to leave it as it’s working, even though the result should be different.
The other two, (the blog category page and the news page) seem to follow the set container width of 1600p.
So one of the category pages is wider than the other category page and the single page.
And I have no idea why.
For the record, either of these widths works for me visually, but I would like them to be uniform so I can choose either three or four columns of post thumbnails and have them be roughly square, instead of square on two pages and rectangular on one.
Can you help me figure this out? Bonus points if you also know what I did wrong with the post width settings that don’t seem to make any sense regarding the actual outcome.
Thanks and have a great day
]]>The only fix is to go into the settings of each block and set a custom pixel width.
]]>Thank you!
]]>