Avada › Forums › Community Forum › 6.2 update broke Grid layout for main page › Reply To: 6.2 update broke Grid layout for main page
This issue was resolved with help from support by adding custom CSS.
From the solution one can tell that there was indeed a sidebar on the homepage. Hope the fix it in the next version.
body.blog.has-sidebar #content{
width: 100%;
}
body.blog.has-sidebar #main .sidebar{
display: none;
}