You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Add a 1/3 + 2/3, custom column class for use with the Columns Block in Theme Variations.
This will allow the Contact Form to display properly next to the Business info.
Currently looks like this:
After fix it should look like this with a Custom Class. (Notice how the contact form starts more to the left):
Suggested Fix
Add a set of custom classes to allow custom column proportioning. The custom class should only be applied when the Columns has the .has-2-columns class.
Add a 1/3 + 2/3, custom column class for use with the Columns Block in Theme Variations.
This will allow the Contact Form to display properly next to the Business info.
Currently looks like this:

After fix it should look like this with a Custom Class. (Notice how the contact form starts more to the left):

Suggested Fix
Add a set of custom classes to allow custom column proportioning. The custom class should only be applied when the Columns has the
.has-2-columnsclass..columns-proportion-one-third {}(1/3 + 2/3).columns-proportion-two-thirds {}(2/3 + 1/3)This is solution may be replaced by built-in solution later on: https://github.com/Automattic/samus-private/issues/181#issuecomment-481007519