• Resolved nuevaenword

    (@nuevaenword)


    Hi. I think the plugin is excelent but, I have some problems regardin its position in mobile. When I place the banner on top or bottom some buttons appear cut or disappear, no matter the design used. When I place the banner on a corner the buttons disappear under the buttons useb by WooCommerce.
    I would like as well that, the button which remains once the acceptance has taken place, could appear in a more visible position. What can I do? Thanks in advance

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hello @nuevaenword,
    Could you perhaps share a link to the website in question, so I can have a look at the current behaviour?

    For the Manage Consent button, by default it will only “enlarge” if the button on hover with the mouse. To make the button appear always, and not just on mouse hover you can add this CSS (Complianz > Cookie Banner > Edit > Custom CSS):

    .cc-animate.cc-revoke.cc-bottom {
    transform: none!important;
    }

    Kind regards,
    Jarno

    • This reply was modified 3 years, 11 months ago by jarnovos.
    Thread Starter nuevaenword

    (@nuevaenword)

    Hi. Well I’m developing the site for the time being so I prefer not to publish the URL. Could it be possible to send you a capture? Thanks in advance.

    Regards

    Thread Starter nuevaenword

    (@nuevaenword)

    Hi again. This is the URL https://pruebobanner.unifilomedia.net/

    Thanks in advance.

    Regards

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @nuevaenword,
    Below CSS should make the banner appear above the WooCommerce buttons:

    @media screen and (max-width: 768px) {
    #cc-window.cc-type-categories.cc-floating {
        min-width: 100%;
        z-index: 99999;
    }}

    And this to add the small Manage Consent button on mobile.

    @media screen and (max-width: 768px) {
    .cc-revoke { 
    display:block !important; 
    }}

    Kind regards,
    Jarno

    • This reply was modified 3 years, 11 months ago by jarnovos.
    Thread Starter nuevaenword

    (@nuevaenword)

    Hi. The first part works perfectly, but the button to revoke the consent disappears. In addition I would like it to be more visible in both modes desktop and mobile.Thanks in advance.

    Regards

    Thread Starter nuevaenword

    (@nuevaenword)

    Hi again. The revoke button doesn’t appear when you accept just the “Functional” ones.
    Thanks in advance.

    Regards

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