cdelehanty Posted February 23, 2014 Share Posted February 23, 2014 This question may have been asked many times before but is it possible to reduce the side padding of the main website container? If possible can you set padding to 0 to make photos fullscreen? I'm currently using Bedford. Link to comment
ronvanclief Posted March 7, 2014 Share Posted March 7, 2014 You should check this answer : http://answers.squarespace.com/questions/33425/how-to-reduce-page-padding-on-bedford It seems to work Link to comment
squareology Posted January 27, 2015 Share Posted January 27, 2015 To allow all Image Blocks to appear at the same width as your banner image in the page, use this code in your Page Header Code Injection: <style> #page, #content { padding: 0 !important; max-width: 100% !important; } .sqs-block.image-block { padding-top: 0 } </style> This will remove the padding from the Page Content area and the Image blocks on that page. You could add this to Custom CSS Editor instead to remove this for all Pages on your site: // Page Side Padding #page, #content { padding: 0 !important; max-width: 100% !important; } // Image Padding .sqs-block.image-block { padding: 0 } Link to comment
Hazel Posted July 14, 2017 Share Posted July 14, 2017 Thank you, thank you, thank you! This made the trick, I had been trying all morning!! very grateful Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.