I have added layout object and properties in my theme.json but still, the layout on the front end as well as in the editor is full width
In the editor, I can see my set values under the layout tab but I cannot see its effect either in the editor or on the front end Dev link
Although it does shows its effect on query loop block
​
Open Live Link:
[terrific-suit.localsite.io])
If prompted, enter the information below.
Username: saxophone
Password: clever
{
“$schema”: “https://schemas.wp.org/wp/6.2/theme.json”,
“settings”: {
“appearanceTools”: false,
“layout”: {
“contentSize”: “620px”,
“wideSize”: “1000px”
}
}
}
