Custom CSS to widen margin

Hi there,

I was wondering if I could get some advice about whether widening the margin on the CSS #wrap.container, .header-nav.container max width to, say, 880 pixels will wreck the mobile optimisation of Curatescape.

I know in principle how to do it, but we’d like a wider margin on desktop browsers without affecting the (already excellent) mobile experience.

All the best,
James

Hi @james-smith, that should be fine. As always, the best approach is to test your changes – in different browsers, different devices, different viewport sizes – and see if anything breaks or needs a little tweak.

You can always isolate your modifications to certain screen sizes using CSS media queries.

I’d say the most likely side effect would be that some elements (like images and maps) might end up getting horizontally-stretched as the main content area is made wider, but that may or may not be an issue.

It works! My journey in custom CSS begins…

1 Like