Thanks! That seems to have resolved the columns-width variable issue, but the mobile styling on the advanced column is still overwriting the other settings. Here’s a video to hopefully explain better because it’s a little hard for me to articulate:
https://scipp.educodesign.com/wp-content/uploads/otter-block-issue.mov
Here’s the column export when I edit mobile last:
{
"__file": "wp_export",
"version": 2,
"content": "<!-- wp:themeisle-blocks/advanced-column {\"id\":\"wp-block-themeisle-blocks-advanced-column-91eb014f\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"40px\",\"left\":\"0px\"},\"paddingMobile\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"40px\",\"left\":\"0px\"},\"margin\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"marginMobile\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"columnWidth\":\"50\",\"className\":\"animated fadeIn slower\"} -->\n<div id=\"wp-block-themeisle-blocks-advanced-column-91eb014f\" class=\"wp-block-themeisle-blocks-advanced-column animated fadeIn slower\"><!-- wp:paragraph {\"textColor\":\"ast-global-color-8\"} -->\n<p class=\"has-ast-global-color-8-color has-text-color\">Forward-thinking leaders need accurate and timely climate data to protect their communities. Knowing what’s coming and how to respond allows for informed decisions that prevent impact and reduce risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-8\"} -->\n<p class=\"has-ast-global-color-8-color has-text-color\"><strong>The South Central United States experiences more billion-dollar climate disasters than any other region in the country. </strong>These weather events are only becoming more frequent and more extreme every year, harming people, property, and economies in their wake.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:themeisle-blocks/advanced-column -->"
}
And here’s the column export when I edit desktop last:
{
"__file": "wp_export",
"version": 2,
"content": "<!-- wp:themeisle-blocks/advanced-column {\"id\":\"wp-block-themeisle-blocks-advanced-column-91eb014f\",\"padding\":{\"top\":\"40px\",\"right\":\"0px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"paddingMobile\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"40px\",\"left\":\"0px\"},\"margin\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"marginMobile\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"columnWidth\":\"50\",\"className\":\"animated fadeIn slower\"} -->\n<div id=\"wp-block-themeisle-blocks-advanced-column-91eb014f\" class=\"wp-block-themeisle-blocks-advanced-column animated fadeIn slower\"><!-- wp:paragraph {\"textColor\":\"ast-global-color-8\"} -->\n<p class=\"has-ast-global-color-8-color has-text-color\">Forward-thinking leaders need accurate and timely climate data to protect their communities. Knowing what’s coming and how to respond allows for informed decisions that prevent impact and reduce risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-8\"} -->\n<p class=\"has-ast-global-color-8-color has-text-color\"><strong>The South Central United States experiences more billion-dollar climate disasters than any other region in the country. </strong>These weather events are only becoming more frequent and more extreme every year, harming people, property, and economies in their wake.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:themeisle-blocks/advanced-column -->"
}
I initially thought a workaround would be to just make sure that I don’t save the page after editing the mobile settings, but I realized that once I switch to mobile, my desktop settings in the editor updated to whatever was set in mobile.
Thanks!
Chris