/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .solskin_menu {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 10px;
}
.solskin_menu > .logo{
    background-image: url("https://nicolette.nt-design.nl/wp-content/uploads/2023/01/Transparant.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}