shacksonracks22 Posted April 7, 2022 Share Posted April 7, 2022 Site URL: https://www.shacksonracks.com/test How can I go about resizing the Squarespace content box to allow the full map to display? This was made with the Mapbox API, so it's all code that draws interactive data from a Google Doc. There is no embed code with positioning to customize. There is some positioning code (below) that I've tried changing around and while it does change the placement of the map on my editor, changes don't affect its positioning on the Squarespace page which makes me think there has to be an edit made to the size of the Squarespace content box to allow the full map to display. #map { position: absolute; top: 0; bottom: 0; width: 100%; } Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 The url doesn't work. Can you check it again? 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
shacksonracks22 Posted April 11, 2022 Author Share Posted April 11, 2022 (edited) Sorry, it's now published at https://www.shacksonracks.com/demolition-map I was able to play around and found a semi-workable solution with this: #map { position: absolute; top: 0; bottom: 0; width: 100%; height: 650px; } But it still doesn't seem to change the size of the content box. Had to turn off the social links (seen at bottom right of the screenshot in the above post) because they were visible through the map, and any text content blocks I tried making to show below the map just ended up behind the map and slightly visible through it. Edited April 11, 2022 by shacksonracks22 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment