Hello,
I am trying to edit the Home layout in code of my Magento 2 Store.
Is possible to edit the class "main.content" only in the main page?
Because i want to make a tab like in the photo below, but only this Div has 100% layout the others content stay in the middle with the "margins" of default magento 2
Solved! Go to Solution.
I used in Magento 2 Backend CPanel to what i want
In Content > Widgets
Choose "After Header" and put in css width:100% , works properly for me
You can update your homepage changes by defining your changes under cms_index_index.xml
You need to create cms_index_index.xml file for homepage.
This xml file, is insite module cms/view/frontend/layout right?
I Will take a look at this file and try to make the changes previous said
Thanks for all
Hello,
How should i do this changes? i really dunno so much Magento Structure atm
If u can explain me better how to do edit it, would be awesome.
In my cms_index_index_xml only show this