For each of the one col custom panel layouts (12, 16 & 24) there is a class missing.

Currently the div in each of these layouts looks like this:
<div class="panel-panel">

But they should instead look like this with a grid class:
<div class="panel-panel grid-12">

Currently, using these one col custom panel layouts means that because of the omitted grid class that the width of the page is incorrect. The negative margins applied by the omega-grid class make the layout width 20px too wide, the addition of the grid class in the inner div usually counteracts this.

.container-12 .block .omega-grid, .container-16 .block .omega-grid, .container-24 .block .omega-grid {
position: relative;
margin-left: -10px;
margin-right: -10px;
}

Comments

grossmann’s picture

Issue summary: View changes

Confirmed. I am currently experiencing the same problem right now.