Fixed Layout Changelog

EricWebsite

Member
Hi,

Could you please make the changelog page more mobile friendly?
With 80px padding on #sp-main-body it's not very user friendly!
Thanks in advance!
Eric
 

Attachments

  • changelog.jpg
    changelog.jpg
    129.3 KB · Views: 171
Hi,

Well, it's now:

Code:
@media screen and (max-width: 1024px) {
  #sp-main-body {
    padding: 80px;
  }
}
If you just set the padding to 0px you're done!
Eric
 
And what would make it perfect on mobile:
Code:
.ochsubscriptions .flex-table .td {
  white-space: wrap !important;
}
Then all content of each line is visible.

Sorry to do this in 2 steps!
 

Members online

No members online now.
Back
Top