oduProduct Grid Full Width in Dawn 5.0.0 theme

Hello,

I want to ask how to make the product grid full width? I want only this page to be full width.

Here’s the link to my website: www.ramahija.com and the password is gaylda

Thanks in advance!

1 Like

Hi @ramahija ,

  1. Go to Admin > Online store > Themes > Actions > Edit code
  2. Open the base.css file under the Asset folder
  3. Add the code below.
.facets.facets-vertical-sort.page-width {
max-width: 100%
}
1 Like

@ramahija

oh sorry for that issue can you try

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
.facets-vertical {max-width: 100% !important;}
}
1 Like

hey, it works! Thank you for your help

1 Like

@ramahija

its my pleasure to help us