• Hello, this is my very first post because I’m completely lost and I need my website looking decent for grad school. I don’t really know CSS so I need someone’s help. I want to make the content of my website wider (not sure if that’s the right terminology). Here is my website: https://www.hanshcwang.com. I just don’t want so much padding space and I don’t know where to find that code.

Viewing 1 replies (of 1 total)
  • I think you’re off to a good start, your site is built responsively so it re-sizes pretty well.

    Personally I think the padding on either side is fine, remember it’s relative to your screen size.

    However, if really want to change it, look at your css, look for this-

    #page {
    margin: 2em auto;
    max-width: 80%;
    }

    If you increase the max width of your page, it will go wider as desired. Hope this helps ??

Viewing 1 replies (of 1 total)
  • The topic ‘I want to make my content wider and remove padding?’ is closed to new replies.