TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:38:32 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 175
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 173
  • Total: 173

Memberlist on mobile phone theme Alpha Centauri

Started by wildenborch, September 15, 2019, 09:38:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wildenborch

Hi,

I just noticed that with theme Alpha Centauri - on my mobile phone - the memberlist is not showing correctly (incl. the memberlist of this site!)

This is caused by this line in the themes css file:

#mlist table td { display: none;  }

I changed this to
#mlist table td { display: all;  }

and now its showing correctly.

Just to let you know......

Fred

lurkalot

Thanks Fred.  I've made the edit as suggested. Let me know if all's ok.  ;)

wildenborch


@rjen

Running Latest TP on SMF2.1 at: www.fjr-club.nl

lurkalot

I got the same until I cleared my browser cache. Though I was using responsive view mode in Firefox.

lurkalot


@rjen

Yep, you were right. Needed to clear the cache... then I got all sorts of irrelevant columns, so I made one extra change to the index.css..


@media only screen and (max-width: 580px) {
   .reportlinks a, .buttonlist ul li { width: 50%;    }
   .reportlinks a { width: 35%;    }
   .reportlinks a:first-of-type { width: 85%;    }
   ul.quickbuttons li { width: 50%; }
   .nextlinks a { width: 49%;  }
   #mlist .hidden {display: none; }
}


With this added the redundant columns are now gone...

   #mlist .hidden {display: none; }

Running Latest TP on SMF2.1 at: www.fjr-club.nl

lurkalot

Thank you @rjen

I'll check what it looks like on my mobile later, looks good in FF responsive view mode.  O0