jholo Posted May 2, 2022 Posted May 2, 2022 Is there a way to adjust the Foster Blog Titles and Body text widths across the whole blog? At the moment the body is extremely narrow unless you expand your browser very wide - at which point the body copy hits a max width (but then the headline runs very wide!)- or until you shrink your browser until the page hits a break point that calls up a body width that's better. 3 Examples Here is a medium sized browser window where the body is way too narrow: Here is a very wide browser window where the body text is good but the headline is a bit ridiculous: And here is a narrow window (right after the break point) - that looks perfect ( if only these proportions would be the max width for both title and body text no matter the browser width):
tuanphan Posted May 5, 2022 Posted May 5, 2022 Hi, Can you share link to a blog? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jholo Posted May 24, 2022 Author Posted May 24, 2022 HI, Sure, Here is the site. https://interactivist.squarespace.com As you'll see, I have an image, and a title question too. Thanks.
tuanphan Posted May 25, 2022 Posted May 25, 2022 13 hours ago, jholo said: HI, Sure, Here is the site. https://interactivist.squarespace.com As you'll see, I have an image, and a title question too. Thanks. It looks like you solved this?? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jholo Posted May 25, 2022 Author Posted May 25, 2022 (edited) Oh sorry! yeah I got into developer mode and messed with everything I could find until I resolved it. Here is what I wrote - no idea if it's optimal: .BlogList { max-width: 600px; margin-left: auto; margin-right: auto; padding-left: 1vw; padding-right: 1vw; } .Main--blog-item .Main-content { max-width: 600px; padding-left: 1vw; padding-right: 1vw; } I have a feeling using "px" isn't a great solution. But I'm not sure what the alternative would be. Edited May 25, 2022 by jholo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment