posted 1757100523
Forum: HTML Group
View Topics View Profile
How do I make my profile a bit bigger so I have more room for stuff?
Report Topic
posted 1757153099 updated 1757190904
this code will make your profile more wide, but only looks good on desktop/wide screen devices. might look weird on mobile.
<style>
.container{
width: 900px !important;
}
</style>
the bigger the number the wider the profile
Permalink Report Reply