Hi my client wanted to switch themes to Dawn
Now I need help to make it look like the old layout
Need mobile full width all content, grid full width, floating filter bar up top
Any help is appreciated - https://scntwrld.com
Old site below
New site below
I believe dawn should pretty much give you all the options you are looking for. You should definitely look to make the most of the customizer before making code edits.
Best
Please add this code to Custom CSS in Theme settings
@media (max-width: 749px) {
.collection page-width { padding: 0px !important; }
.collection page-width .grid { padding: 0 1.5rem !important; }
.collection page-width .usf-sr-summary { padding-left: 1.5rem; }
.collection page-width .usf-views { padding-right: 1.5rem; }
}
Best regards,
Dan from Ryviu: Product Reviews App
hey bud i ADDED, BUT NOTHIGN CHANGED
My bad, please update the code to this and check again
@media (max-width: 749px) {
.collection.page-width { padding: 0px !important; }
.collection.page-width .grid { padding: 0 1.5rem !important; }
.collection.page-width .usf-sr-summary { padding-left: 1.5rem; }
.collection.page-width .usf-views { padding-right: 1.5rem; }
}
AMAZING, THANK YOU. appreciate the help