Change Blog Width on Hello Beaches Questions › Category: Customization › Change Blog Width on Hello Beaches 0 Vote Up Vote Down jeskablogs asked 3 years ago I have my homepage set to full width but I would like single posts to have a smaller width if possible. Can you let me know how to do that? Thank you! jeskablogs replied 3 years ago I actually added this css and it seems to have fixed it! Let me know if I should have done it differently. Thank you! div.content-sidebar-wrap { width: 900px; margin: auto; } Support Team Staff replied 3 years ago That looks good. jeskablogs replied 3 years ago It looks like it has messed up the mobile view. Is there something additional I would need to add? Support Team Staff replied 3 years ago what is the URL? Support Team Staff replied 3 years ago Change it to this and you should be good. div.content-sidebar-wrap { max-width: 900px; margin: auto; } jeskablogs replied 3 years ago Yes, that fixed it! Thank you so much! Please login or Register to submit your answer Username or Email Address Password Remember Me
I actually added this css and it seems to have fixed it! Let me know if I should have done it differently. Thank you!
div.content-sidebar-wrap {
width: 900px;
margin: auto;
}
That looks good.
It looks like it has messed up the mobile view. Is there something additional I would need to add?
what is the URL?
Change it to this and you should be good.
div.content-sidebar-wrap {
max-width: 900px;
margin: auto;
}
Yes, that fixed it! Thank you so much!