Help a guy out with some custom CSS for width, please!
-
Hello Smart People!
Sorry, but I’m not all that clued up on the technical aspects of websites – I just know how to put words onto them :)
Basically, I want to reduce the width of the content area on my site. So instead of having the words presented across a fairly large field, I’d like it reduced a little bit.
Now, I do have a thing called ‘Custom CSS’ and I’ve tried adding in a few lines of code I’ve found around the internet, but they didn’t seem to do a thing. If anyone has any sage advice, I’d be in your debt forever.
Cheers!
Chris
The blog I need help with is: (visible only to logged in users)
-
Hi thegamescabin,
Try this out and let me know if that works for you.
.post-wrap-out1 { width: 82%; margin: 0 auto; }Ignore this if you totally hate coding –
CSS is very simple. If you’re using chrome, use inspect element to experiment and change things. It won’t affect the site, it’ll only change the page which is already downloaded on your computer.
There are plenty of CSS tutorials on the internet. W3Schools and YouTube can be a good start to learn CSS.
Good luck!
- The topic ‘Help a guy out with some custom CSS for width, please!’ is closed to new replies.