Issues with padding between 2 sections

Hello @jasa11
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->style.scss.css
add this code at the end of the file.

@media (min-width: 768px) {
body {
margin-top: 11rem !important;
}
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like