Viewing 2 replies - 1 through 2 (of 2 total)
  • Same thing on my site – i downgraded the plugin

    You just have to edit the var hdr_args from js/cookielawinfo.js , to look like this:

    var hdr_args = {
    		'background-color': settings.background,
    		'color': settings.text,
    		'left':'0',
    		'font-family': settings.font_family
    	};

    So you just have to add the left: 0, and the bar will work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cookie Bar not centered’ is closed to new replies.