Hello! I'm planning on using the media page you made, but I don't particularly like how you can scroll side to side. Is there any way I can maybe remove that option, or is that something I'll just have to deal with? Because if so, that's fine! I don't hate it, it's juts a matter of personal preference. Sorry if I'm bothering you!
Hi! Thank you for using my page. :)
If you want to get rid of horizontal scroll bar, simply add ‘overflow-x: hidden' to your body. ( Search for body { ) and it’ll look something like this after;
body {color: #777;background-color: #e2e2e2;font-family: 'Roboto', sans-serif;font-size: 11px;overflow-x: hidden;}









