Bigger margin Baseline Theme

Hello,

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; } }

Thanks in advance for your help,

Caroline

Hi @carolinebsn ,

Could you share your url store? I will help to take a look this issue.

Hello @carolinebsn ,

Can you please share your store URL?

Thanks!

Thank you, it’s here: https://54ff8c-27.myshopify.com/

Hi @carolinebsn ,

May I suggest code below:


{%  if page.handle == 'contact' %}

{%  endif %}

Thanks a lot! It seems to work well :slightly_smiling_face:

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