I want to override page_layout file product-full-width.xml

I was trying to override this in

app/design/frontend/Company_Name/Theme_Name/app/design/frontend/Company_Name/Theme_Name/Magento_Theme/page_layout/product-full-width.xml
有帮助吗?

解决方案

page_layout represents the full page, i mean you can declare your own full page without inheriting any master or root or other empty layout.

layout represents the part of the page mostly the html content. You can use this when you want your page to inherit the common contents from the root layout like header, footer etc.

For overright page layout please refere below link :

https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-override.html

许可以下: CC-BY-SA归因
scroll top