Hello! I was wondering if you could tell me how to widen the posts to 400px on your second base code. I tried to do it myself, but messed it up all kinds of ways. Thank you for taking out the time to even read this.
Hello :) It’s very easy to do, actually.
First, search with CTRL + F and find the part where it says /* CONTAINER AND POSTS */ That’s where I put all my settings about the general ‘skeleton’ of the container. Now, if you want to change the width of your posts, make sure you change the width amount under both #container and #posts. Just changing one of them won’t be enough, and it will end up lookibg very odd. You can also adjust the #content if you want to edit the margins between posts and your container, but that’s often not very necessary if the change you intend to make is small.
I hope I explained it properly.