• Resolved dinobonoid

    (@dinobonoid)


    Hi!

    I have put your plugin to 2 of my sites. Everything is great, just one thing:
    If you go to the site and accept the cookie law, you will get the small floating button on the left.

    On this site, the small settings button is not cool:
    http://adamhouse.hu

    It should be looks like this, like on my other site:
    http://laszlopark.hu

    What can be the problem? How can is solve this?

    Thank you!

    Best regards,
    Jennifer

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

Viewing 1 replies (of 1 total)
  • MA

    (@gasparnemes)

    Hi there,

    Thanks for using our plugins.

    You can add the following code snippet to functions.php and the button should be fixed:

    add_action('moove_gdpr_inline_styles','moove_extend_gdpr_styles',10,3);
    function moove_extend_gdpr_styles( $styles, $primary, $secondary ) {
      $styles .= '#moove_gdpr_save_popup_settings_button { min-width: auto; }';
      return $styles;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Button below footer isn’t nice’ is closed to new replies.