Thread Starter
dliste
(@dliste)
@media (max-width: 600px) {
#page {
width: 100%;
is only for 600 px width = Smartphone or a 600px window on PC
Thread Starter
dliste
(@dliste)
Width:100% is what smartphones loves!
Thread Starter
dliste
(@dliste)
Change in the last line of /css/expound.css width to ca. 92%
@media (max-width: 600px) {
#page {
width: 92%; /* changed ok */
}
For changing margin left and right in 600px modus I doesn’t find a solution til now.
I have activated an expound child theme to test only the changing of the font-family for headlines. This works. But now there is no image in the header and the dropdown menu becomes a seven lines text. The link function is ok. I have @imported first ../expound/styles.css, in another try ../expound/css/reset.css and ../expound/css/expound.css. All the same shit.