gina171 Posted July 28, 2014 Share Posted July 28, 2014 (edited) Anyone have some simple CSS to widen to overall page/content width in Bedford? Thanks! Edited March 14, 2015 by gina171 Tidy callegarim 1 Link to comment
EmBee Posted July 28, 2014 Share Posted July 28, 2014 (edited) The in-built max width is 1020px, so you could try something like this in the Custom CSS Editor: #page { max-width: 1300px } Edited July 28, 2014 by EmBee fixing code a lil' bit. Link to comment
gina171 Posted July 28, 2014 Author Share Posted July 28, 2014 (edited) Perfect! Thank you so much! Edited July 28, 2014 by gina171 Link to comment
Solution squareology Posted March 13, 2015 Solution Share Posted March 13, 2015 This code works for me: #page, #content {max-width: 95% !important;} Link to comment
arg1570047971 Posted March 30, 2015 Share Posted March 30, 2015 This works great on many of my pages, thanks! Can you suggest any CSS for overriding the Index width? Link to comment
Guest Posted April 21, 2015 Share Posted April 21, 2015 It doesn't seem to work on Shift .... :( Link to comment
e2astudio Posted April 21, 2015 Share Posted April 21, 2015 @palosanto markup can vary from template to template. CSS code snippets are not interchangeable. Ask a new question if you'd like some help with Shift. Link to comment
e2astudio Posted April 21, 2015 Share Posted April 21, 2015 @tryingtobehelpful FYI: since #content is inside #page it's not necessary to include it as well. It could also cause unintended side effects when a sidebar is enabled within a blog collection. Link to comment
Scottkdouglas Posted April 12, 2016 Share Posted April 12, 2016 (edited) Using the code: #page, #content {max-width: 95% !important;} Or even using it without the content tag, is there a way to make this code specific to a certain page? I'm looking to use a standard page with a summary grid to re-create a blog page, but one with blog summaries that have images in them. Only thing is, I want to increase the content width to include a sidebar for an archive/search option. When the content is normal sized it's a little crammed. So ideally I'd like to widen this one page, but leave the content on the rest of the pages the normal width. The page's name is news. I've tried replacing the #page code to #news, but it didn't work. Any help would be greatly appreciated. Thanks! Edited April 12, 2016 by Scottkdouglas Initial Revision Link to comment
stanante Posted January 5, 2017 Share Posted January 5, 2017 I have found a way to assign the CSS to a particular page. In place of 'page' you need the 'body id' of that particular page. If you navigate to your page in chrome and hit Ctrl+U you'll bring up the page source. Ctrl+F to open search and enter 'body id'. On the same line as 'body-id' you'll find something that looks like 'collection-........' with an alphanumeric string after it. Paste that as your 'page'. Link to comment
sulkygirl Posted January 29, 2017 Share Posted January 29, 2017 I've tried this over and over in Bedford, following the instructions to a t and I can't get it to work! My page here looks so squished and unnecessarily narrow! http://www.bluebirdicecreamery/sundaes Please help!!! Link to comment
Gregory111z Posted November 15, 2017 Share Posted November 15, 2017 Hi Stanante. I found this chain and have a question. I am trying to target a specific page but am getting a sytanx error. You suggested replacing "page" with the "body id". My body ID is "collection-5a0c6bcbf9619a2a36830f8a" So my code, replacing #page, with the body id is <style> #collection-5a0c6bcbf9619a2a36830f8a { max-width: 1300px; } </style> But I'm getting syntax error. Link to comment
racheljackson Posted January 13, 2021 Share Posted January 13, 2021 Hi Stanante, I can't seem to find the page ID. "Body id" doesn't bring up anything in the code. Would you mind helping me find it for this page? https://www.covidphotoconversations.com/images Thanks! Rachel Link to comment
creedon Posted January 14, 2021 Share Posted January 14, 2021 @racheljackson You can do this right through the SS interface for the Native template. 1280px is the max you can get with the slider control. However if you type the number indirectly you want go higher. You can even use different units. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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