Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter timster80

    (@timster80)

    Hey Neo,

    It worked thnx!

    For those who need it, I’ve added css to make it look better on mobile:

    @media (max-width: 767px) {
        body #cr_floatingtrustbadge, 
        body #cr_floatingtrustbadge.cr-floatingbadge-big {
            display: block;
        }
    	#cr_floatingtrustbadge .cr-floatingbadge-top, .badge__verified {
        display: none;
    	}
    }
Viewing 1 replies (of 1 total)