
Hi Martin,
It is up to you to make your logo retina friendly, you can simply add your retina logo (size x2) and then the following line in your child theme functions.php
to make it 50% smaller (or add custom CSS if you prefer):
beans_add_attribute( 'beans_logo_image', 'class', 'uk-width-1-2' );
I will let you make more research if you want more advanced retina CSS, for example alternating the logo.
Have fun,

Thanks, this worked perfectly!! 🙂