Can I use CSS to adjust theme to show date in phones
-
Hello wordpressers
I use the theme Reddle. When I look at a post in my iPhone the theme dosent show post date.Is it posible to use CSS so the shows the post date on phones as well?
Thanks for any help I can get!
Best regards
Magnus BrungsThe blog I need help with is: (visible only to logged in users)
-
Hi Magnus, give the following a try.
@media screen and (max-width: 450px) { #page footer .permalink { display: block; margin-left: 30px; color: #000; background: none; margin-top: -10px; } #page footer .permalink span { display: inline; } } -
Thanks a lot!! I’ll give a try on sunday or monday when I get my computer back :)
I’ll get back with the result!
-
-
- The topic ‘Can I use CSS to adjust theme to show date in phones’ is closed to new replies.