Dear FadingMusic
I added the lines into the custom.css in the child theme as follows:
When you update your theme, backup this file and re-add it after.
*/
/* Global */
.mystyle {}
.widget .s1 {font-size: 1.5em !important;}
.widget .s2 {font-size: 1em !important;}
/* Tablet – 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
.mystyle {}
}
But nothing happened. I am sure that I have done something wrong!