It seems Astra theme behaves differently on macOS than Windows.
I am in the following situation: since the latest update, my website has got extra margins/paddings to the left and right on macOS only. On Windows, it still looks okay.
Adding “–ast-scrollbar-width: 0px !important;” fixes the problem on macOS, but it causes the website on Windows to move too close to the left and right edges.
Adding “add_filter( ‘astra_stretched_layout_with_spacing’, ‘__return_false’ );” to functions.php of the child theme has no effect at all.