Hi,
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > style.css and paste this at the bottom of the file:
body {
min-height: 100vh !important;
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
}
Hope it helps!