• Hello,

    i hope someone could help me.

    The plugin works perfect. The customation possibilities are great. But for mobile devices the cookie information covers the half display. Are there some possibilities for responsive settings?

    Is it possible to change the text size in the cookie info? If it′s possible how can i do this?

    Thanks

    Wiesel

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Gareth

    (@catapult_themes)

    Hi

    You adjust the CSS in the Customizer if you like. Use a media query and change the font size for #catapult-cookie-bar would be one possibility.

    Gareth

    Thread Starter Wieselweb

    (@wieselweb)

    Hi Gareth,

    thanks for the fast support.

    Do you have a code example for the custom css?

    Thanks

    Wiesel

    Gareth

    (@catapult_themes)

    Maybe something like:

    @media screen and (max-width: 600px) {
      #catapult-cookie-bar {
        font-size: 12px;
      }
    }
    Thread Starter Wieselweb

    (@wieselweb)

    Perfect. Thank You.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change text size’ is closed to new replies.