Good morning!
Currently, the responsive adjustment works only partially on small screens.
And it is not apparent what the difference is. For example, the following pages are exactly the same – affects the slider .
Nevertheless, the font on one page is reduced on the smartphone, on the other page it is not.
Here it´s working: https://gks-luebeck.de/schulleben/
here not: https://gks-luebeck.de/
Furthermore, words currently break off quite stupidly. Email addresses, for example, are only partially displayed on the tablet (iPad/Safari) (in the footer widget).
What can i do? Best regards,
Susanne
Hey Susanne,
The tag on the front page is h1, and on the sub page it’s h2, and you have this CSS applying to the h2 on mobile:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
}
}
How do you want to change the h1 for mobile?
Best regards,
Rikard
Hi Rikard,
okay the H1 setting on the slider I found and changed.
But what do you mean with the second one? With @media only …
Where did you get that from and where can that be changed?
Best regards
Susanne