• Resolved Maya4747

    (@maya4747)


    I set up the cookie bar in the footer but having issues on mobile. Because I run ads on my website, an ad appears when you open it on mobile and covers the accept button therefore it’s impossible to get rid of the bar on mobile. It’s making the reading very difficult. Is there a way how to set it up differently? For example, having the cookie bar in the middle just for mobile? Or maybe something else? I can not set it up in the header as I have my own notification bar there.
    Thanks for your help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @maya4747,

    Since you have ad banner at the bottom, it would be better if you can set the cookie bar as pop up in your site. This way, both won’t interfere with each other.

    Thread Starter Maya4747

    (@maya4747)

    I’ve tried it and pop up is very annoying making it difficult to see the website without clicking on anything. And I have a newsletter sign up pop up so these two interfering is even worse. Is there another way? And for mobile only?

    Thread Starter Maya4747

    (@maya4747)

    Any ideas?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @maya4747,

    Since the popup model is not acceptable to you, you can set the cookie banner model and move the position such that it appears above the ad banner. Copy below code snippet to the theme’s CSS file.

    @media only screen and (max-width: 479px) and (min-width: 320px)
    {
        #cookie-law-info-bar {
            
            bottom: 100px !important;
        }
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile issues’ is closed to new replies.