• Resolved mariekm

    (@mariekm)


    Hi,

    I have a problem withe the layout, the button is not visible as it seems to be hiding behind another display I use to offer quick contact plugin – LDW Mobile Contact Optimizer via the bottom of the page. Is there a way to configure your plugin to go over the top until it has been dealt with?
    I love the plugin and it does exactly what I was after, just a shame that the button is hidden by the other plugin which means it’s not possible for people to click accept unless they happen to view in horizontal format.

    Many thanks for you time

    Marie

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

Viewing 1 replies (of 1 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi there,

    Thanks for your comments.

    You can add the following code snippet to your functions.php and should be fine:

    add_action('moove_gdpr_inline_styles','moove_extend_gdpr_styles',10,3);
    function moove_extend_gdpr_styles( $styles, $primary, $secondary ) {
      $styles .= '#moove_gdpr_cookie_info_bar { z-index: 9999999 }';
      return $styles;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘button not visible on mobile’ is closed to new replies.