BusterCaldwell Posted July 24, 2019 Share Posted July 24, 2019 Hi there, I would like the background image on my website to stretch to fill both the length & width of the browser. The website address is https://aardvark-cat-6fxl.squarespace.com & it is the 'Aubrey' template. Could anyone please help with the custom CSS to make this happen? Thanks, Link to comment
tuanphan Posted July 24, 2019 Share Posted July 24, 2019 @BusterCadwell Setup password and share site url. Your site is in private. See how to: https://beaverhero.com/squarespace-how-to/#HowtoSetupPasswordShareSiteURL Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BusterCaldwell Posted July 24, 2019 Author Share Posted July 24, 2019 Sorry! Web address: https://aardvark-cat-6fxl.squarespace.com Password: squarespace Link to comment
tuanphan Posted July 24, 2019 Share Posted July 24, 2019 @BusterCaldwell You should use CSS background image for body#collection-5d3792212934b10001e10c48 NOT #outerWrapper Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BusterCaldwell Posted July 24, 2019 Author Share Posted July 24, 2019 @tuanphan could you please explain this in a little further detail? What sort of code should I be inserting into the css code editor? Thanks, Link to comment
tuanphan Posted July 24, 2019 Share Posted July 24, 2019 @BusterCaldwell replace https://static1.... with your image url body#collection-5d3792212934b10001e10c48 { background-image: url(https://static1.squarespace.com/static/ta/507c1fd…/2118/assets/alt-bg-image.jpg) !important; background-size: cover !important; background-position: center center !important; background-attachment: scroll; background-repeat: no-repeat; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.