mportch Posted April 20, 2020 Share Posted April 20, 2020 Site URL: https://smilodon-ocelot-my5f.squarespace.com/lost-america Hi, How do I add white space to the left and right of my site but NOT the mobile version? I also DON'T want to add space to the top or the bottom. And I want the logo and nav icon to align with the new image area. (if I use Design>site spacing it adds too much space to the top which I don't want). Thanks in advance! passcode: trythis Link to comment
ChrisBartow Posted April 20, 2020 Share Posted April 20, 2020 In this case padding and margin should yield the same results. Use this custom CSS and adjust the padding (or you can swap it with margin) accordingly. @media (min-width: 768px) { header, body { padding:0 50px; } } Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
mportch Posted April 21, 2020 Author Share Posted April 21, 2020 @ChrisBartow Great thanks! This only changes the left side though?... Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.