• Resolved benativegroup

    (@benativegroup)


    Hello.

    Is there a way to adjust the size of the banner on mobile only? Currently the banner takes up about half the screen, and we think it could be impacting our landing pages.

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @benativegroup,

    You can apply styling to the banner directly via your WordPress theme’s CSS. Please modify this code and add it to your active theme’s CSS.

    @media only screen and (max-width: 479px) and (min-width: 320px)
    {
    #cookie-law-info-bar {
       //Please add your style here, in order to overwrite the inline style you have to use " !important" rules.
    }
    }
Viewing 1 replies (of 1 total)

The topic ‘Mobile Styles’ is closed to new replies.