Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Try something like

    @media (max-width: 600px) {
        .simple-banner .simple-banner-text {
            font-size: 1.1em;
        }
    }

    Let me know if that works for you.

    Plugin Author rpetersen29

    (@rpetersen29)

    I’ll assume this worked.

    Hi there. Is it possible to alter the height of the banner for this plugin? If so, how would I do it?

    Plugin Author rpetersen29

    (@rpetersen29)

    without testing, i’d assume this would work:

    .simple-banner{
            height: 100px;
        }

    Thread Starter sblair77

    (@sblair77)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile FONT SIZE’ is closed to new replies.