I’ve been trying to add margins to the Baseline theme, I’ve tried a few solutions but nothing good so far.
This is the code I have now added to the theme.liquid, the problem i have is that coloured backgrounds are now cropped. I would like the colours to be full width, but the content to have more space on both sides.
@media (min-width: 990px) {
body {
margin: 0 auto !important;
max-width: 95% !important;
}
}
Hello, actually it seems that this code is conflicting with the colour schemes i have. So if the background is blue in the chosen colour scheme, it stays white in some sections such as Spacer, Feature text.
I’ve removed the first line of the code forcing for the white background for the moment