Stretch Out The FAQ Section Across The Page And Remove Watermark

Hi

https://techfirmstore.com/products/breezebud

I would like some help in regards to making the FAQ section stretched to the margins to align with the rest of the layout so I get more reviews on screen, can someone help me with that?

Also please help me remove the watermark ‘Powered by Aftership’ too.

Hello,

Please go to.

Online store > theme > actions > edit code.

Find assets folder > theme.css file.

Copy and paste this code at the bottom of the file.

.page-width--narrow {
  max-width: fit-content;
}

.am-powered-by {
  display: none;
}

Result:

Hope it helps!

Thanks for this, the reviews are now stretched out but can you amend this so they are only stretched out to the same length as the rest of the layout and not the full page?

Also the watermark is still there.

Thanks