« Back to the HTML Forum

Profile Help

Posted by tot

posted

Forum: HTML Group

How do I make my profile a bit bigger so I have more room for stuff?


Report Topic

1 Reply

Reply by heath

posted
updated

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