mycroft 0 Report post Posted June 29 Hi, I'm sure it's one of the simplest mods ever made, but still... Does anyone have a clue why my page became insensitive to anything I put there as a preferred column width? I see in my code that changes are implemented to getperson.php, but still no effect on what can be seen online. Share this post Link to post Share on other sites
Michel KIRSCH 0 Report post Posted June 29 if you use the mobile_site mod, the $datewidth is disabled and replaced by the 'eventdatecol' class... Michel Share this post Link to post Share on other sites
mycroft 0 Report post Posted June 29 You're right. Now I see "Mobile Site Enhancements" override it. Now, is there anything I can do about it? I can't see a way to change 'eventdatecol' width manually. Share this post Link to post Share on other sites
Ken Roy 0 Report post Posted June 29 Update the css definition in your mytngstyle.css for the the class="eventdatecol" Share this post Link to post Share on other sites
mycroft 0 Report post Posted June 30 No idea at all what to do. I guess I should edit mytngstyle.css in my template's folder, but what should I put there? Share this post Link to post Share on other sites
Katryne 0 Report post Posted July 1 Hello, I do not know about other themes, but with N° 19, I had to uninstall the Mobile Site Enhancements mod, because it would disturb the display on any larger screens. Share this post Link to post Share on other sites
Michel KIRSCH 0 Report post Posted July 4 On 6/30/2022 at 11:22 PM, mycroft said: I guess I should edit mytngstyle.css in my template's folder, but what should I put there? copy this from your css/genstyle.css file : .eventdatecol { width:100px; } into your css/mytngstyle.css and modifiy the 100px (100pixels) value. Don't forget to clear your cache after each modification ! Share this post Link to post Share on other sites