• Resolved sergialarconrecio

    (@sergialarconrecio)


    The cookie bar is badly adapted for media query and because it is in the devices it looks bad since the code is not adapted “# eu-cookie-law input, # eu-cookie-law input: focus, # eu-cookie -law input: hover {
    margin: 0% 0 0 5%;} ”
    because the margin has to be first put in half query and then the first zero would have to be 40%, the other percentages are fine.

    It would have to look like this:

    @media screen and (max-width: 600px) {
    # eu-cookie-law input, # eu-cookie-law input: focus, # eu-cookie-law input: hover {
    margin: 40% 0 0 5%;}
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sergialarconrecio

    (@sergialarconrecio)

    @media screen and (max-width: 600px) {
    # eu-cookie-law input, # eu-cookie-law input: focus, # eu-cookie-law input: hover {
    margin: 40% 0 0 5%;}
    }
    Thread Starter sergialarconrecio

    (@sergialarconrecio)

    I leave an image link to see the bad adaptation for devices

    https://drive.google.com/file/d/1-KULXZw3mxHN79dO5RByBvxNFDdJ-lpH/view?usp=sharing

    Plugin Support MadHatter (a11n)

    (@madhattersez)

    Hello, there!

    Sincerely sorry for the delay, it appears this thread got lost in the cracks.

    Just to be clear, are you still seeing this issue, and if so, does everything display differently with a different theme? You can always try testing on a more minimal theme like Twenty Seventeen.

    Please let me know the results of this troubleshooting and we can go from there. Thanks!

    Thread Starter sergialarconrecio

    (@sergialarconrecio)

    In templates that comes by default in WordPress is displayed well, it is in the pages that are no longer official or that do not come pre-dressed that is no longer displayed well. That’s why I ask for the css code that I can make that is displayed well as such is shown in the default template that is installed in WordPress.

    Plugin Support MadHatter (a11n)

    (@madhattersez)

    If you’re only seeing this behavior in certain themes, this would be outside the scope of our support – The best options for help on that would be your web host, the support contact for your exact theme, or to hire a developer / designer.

    So, we wouldn’t be able to help you integrate that directly, but I hope this points you in the right direction.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The cookie bar is badly adapted for media query’ is closed to new replies.