Hi there,
I would like to add margins on the left and right for leevje.com
Just for the sections and not for announcement bar, Navigation and so on.
Can someone help?
Best,
David
Hi there,
I would like to add margins on the left and right for leevje.com
Just for the sections and not for announcement bar, Navigation and so on.
Can someone help?
Best,
David
Hello @do03870
Greetings!!
Can you check this screenshot and let me know if it is okay or not as per your choice?
if not just let me know in the brief exact margin as you want to add
That looks great,
Maybe there is also a way to change the margins.
Hello @do03870
Greetings!!
You can try to follow the steps to the remove white parts of the photo
Go to Online Store → Theme → Edit code.
Assets->theme.css Paste this code at last
@media only screen and (max-width: 600px) {
body div#main div.shopify-section {
margin: 0px 10px;
}
}
@media only screen and (min-width: 768px) {
div#main div.shopify-section {
margin: 0px 30px;
}
}
#main div.shopify-section {
margin: 0px 50px;
}
I hope it will help you
And is there a way to make it flexible depending on browser window size?