I'm using the Charlottenburg theme and I need some help! The theme is by Amy & Pink. The site looks great until I make a second post. Then it makes the width of the site bigger and stretches the right sidebar very wide and not in its proper area. It was completely fine until I made another post (which had a picture). This issue is ONLY on the homepage. When I open the second post, it looks perfectly fine. Also, even though I arrange my picture to be 240px wide, it stretches to 420px--the size of the post. I think that's because the main img on the css is set to 420 px, but I can't change that because the theme has a pink divider line at the top that needs to be 420px. I'm sorry if this is confusing I just really need help and I'm not that experienced with html! If you need any more information from me, please let me know! I've spent days trying to figure this out! Any help would be greatly appreciated! Please!
Why don't you change the CSS to fix the image issue first and then deal with the divider issue second?
change css property that may to tag like img{width: 420px;} or in your template file the img tag attribute may set to width=420 change it or remove it this may help you Regards mouli(MINDWAY SYSTEMS)
When you using image in your post, make the image width to 240px in HTML editor. eg: <img src="image url" width="240px">