Home › Forums › Support › ARTICLE Updated date This topic has 9 replies, 2 voices, and was last updated 5 years, 1 month ago by David. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts October 26, 2019 at 4:14 pm #1045520 webkingpro I ADDED this code to show the article updated date on the post. .posted-on .updated:before { content: “Last Updated “; } .posted-on .updated + .entry-date { display: none; } it’s only showing on the desktop version it’s not showing on mobile version and tab version please help me October 26, 2019 at 4:30 pm #1045526 DavidStaff Customer Support Hi there, the CSS you have added is within the @media (min-width: 769px) { – several CSS rules above it. You need to close off that media query with a closing } then the code will apply to desktop and mobile. October 26, 2019 at 4:41 pm #1045533 webkingpro i cant understand this could you please explain me again October 26, 2019 at 4:47 pm #1045536 DavidStaff Customer Support Find this CSS: @media (min-width: 769px) { .post-image-aligned-left .post-image img { max-width: 300px; } and change it to: @media (min-width: 769px) { .post-image-aligned-left .post-image img { max-width: 300px; } } October 26, 2019 at 4:47 pm #1045537 webkingpro i will add and let u know October 26, 2019 at 4:50 pm #1045539 webkingpro when I add like that, the date is working on the mobile version but I got this “There is 1 error that must be fixed before you can save. Update anyway, even though it might break your site? October 26, 2019 at 4:52 pm #1045540 webkingpro Unable to save due to 1 invalid setting. October 26, 2019 at 6:04 pm #1045565 DavidStaff Customer Support Make the change i suggested above then at the very end of the your CSS you will see this: } /* End GeneratePress Site CSS */ Remove the } so it only reads this: /* End GeneratePress Site CSS */ October 26, 2019 at 6:23 pm #1045583 webkingpro woooooooooow now it’s working. love your fast support! <3 October 27, 2019 at 6:35 am #1045744 DavidStaff Customer Support Awesome – glad to hear that Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In