tavasjn24
3 years agoGuide
Home Page Styling issue
Does anyone know why I can't get rid of a max-width: 1200px;
.lia-content>.lia-top-quilt>.lia-quilt-row-main, .lia-content>.lia-top-quilt>.lia-quilt-row:not(.lia-quilt-row-header):not(.lia-quilt-row-main):not(.lia-quilt-row-main-bottom):not(.lia-quilt-row-footer)>.lia-quilt-column
That is the class that has that max-width and when ever I try and override that it doesn't do anything it keeps that max-width and then adds my override as a separate class.
tavasjn24 Below solution should have worked for you:
.lia-quilt-community-page .lia-quilt-column.lia-quilt-column-24.lia-quilt-column-single.lia-quilt-column-main-top-content {width: 100% !important;
padding: 0px !important;
}
Let me know if you have any other query, happy to help!!