getgrav / grav-theme-deliver

Grav Deliver Theme
https://getgrav.org
MIT License
28 stars 13 forks source link

Responsive: column headers not displayed when table switches to paragraphs #6

Closed reachcontent closed 8 years ago

reachcontent commented 8 years ago

With reference to the style defined for the Deliver skeleton, About page: the table set up in the intro part disapears when you reduce the screen width below ~670px. The 3-column table switches to a series of 3 paragraphs but the former column headers are lost.

hexplor commented 8 years ago

Looking :)

hexplor commented 8 years ago

Can you make a screenshot of what do you mean exactly ? I checked theme on various screen sizes and everything seems to be fine. Only thing missing are paragraphs titles which was intentional (although i'm considering bringing this back).

reachcontent commented 8 years ago

Ok, I was speaking of the paragraph titles disappearing, I didn't know if it was intentional or not. Thank you)

hexplor commented 8 years ago

BTW. If you want to change that behavior, just open _scss/template/modular/bottom.scss and on line 48 remove:

@include breakpoint(mobile-only) {
                    display: none;
                }

Then recompile scss and you should get your titles on mobile as well :) Good luck :)