Try something like
@media (max-width: 600px) {
.simple-banner .simple-banner-text {
font-size: 1.1em;
}
}
Let me know if that works for you.
Hi there. Is it possible to alter the height of the banner for this plugin? If so, how would I do it?
without testing, i’d assume this would work:
.simple-banner{
height: 100px;
}
I ditched the plug in since i wanted to add a small icon to the banner as well. I wrote some html for a banner in my child theme’s header. Then i wrote my css script for mobile to control the height, color and font size for computer and mobile.
Rpeterson’s script above worked for me but i ran into another road block trying to add an image to it.
Great. Thanks for the tip! It worked very nicely.