rejetto forum

Author Topic: Responsive small screen template  (Read 139057 times)

Offline dj

  • Tireless poster
  • ****
  • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
Re: Responsive small screen template
« on: September 14, 2019, 01:11:48 PM »
Can you change that file so that it has date, time AM/PM in PC/wide mode, but has date-only (no clock) in Phone/narrow mode? 
I can't (with non ISO Date Format), but I can hide the full date
Code: [Select]
@media (max-width:480px) {li span:last-child {display: none}}
Edit: with ISO Date Format:
Code: [Select]
@media (max-width:480px) {li span:last-child {width:10ch; height:1em; overflow:hidden}}
« Last Edit: September 30, 2019, 07:44:50 AM by dj »

Follow members gave a thank to your post:


Thank-o-Matic 3.0 By Adk Team