Re: **BUG** Column gap breaks multi-column layouts
Hi @arpost ,
As per our understanding, you are looking for column gap of 15px in between two columns,
There is another way to achieve this using CSS in Power Pages, you can try that way with below steps:
Step 1: Navigate to the CSS file for the Respective Web page. For this you can Click on Edit Code as shown in below screenshot,

Step 2: Add below lines of code in CSS file,
.container .columnBlockLayout:nth-child(1){
width: 47% !important;
}
.container .columnBlockLayout:nth-child(2){
width: 47% !important;
}

Step 3: Click on SYNC to save changes,

Also, you can see the Column gap is set as 15px.

This will result as follows:

If this answer helps, please mark it as an Accepted Solution so it would help others to find the solution.
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/