By default, Magento is providing structure Layout like , empty, 1 column, 2 column-left, 2 column-right, 3 columns. Sometime when we implement the design we need to create new structure layout and set the design as per our theme.
Let’s How to create custom structure layout

1) We need to create layout.xml on the app/code/Webmull/Customtheme/view/frontend

Code:

Now check this layout, It will display in cms >> Design tab, Catalog >> Design tab, Categories >> Design tab.

Form the above page we can choose the layout.

Then create homepage.xml which are define as a layout id in the path app/code/Webmull/Customtheme/view/frontend/page_layouts. In the File we can define the structure of the page.

code:

Now Clear the cache from admin side and check the home page design. 🙂