[Theme: ChocoTheme] Fix: Make dates show on 1024px and smaller displays
-
How to make dates show correctly on browser windows of all size, including 1024px and smaller. One step does it all.
Find in the theme’s style.css line 45:
#page { width: 980px; margin: 0 auto; }
and replace it with
#page { width: 980px; margin: 0 auto; padding: 0 0 0 65px; }
You may also be interested in these fixes: Make sub-pages ordered by menu order by iMenn and Adding Year to Date Displayed by myself. Hopefully these make it to CSSMayo’s next update.
Happy holidays fellow ChocoTheme users!
- The topic ‘[Theme: ChocoTheme] Fix: Make dates show on 1024px and smaller displays’ is closed to new replies.