Hey guys.
This is a problem i can´t figure out. I have used this code to get tho logo to the left and the hamburger to the right. But it´s not in line. Se attached photo. Can you help me with this and also that the hamburger has the same margin to the right of it, same as the logo has.
@media only screen and (max-width: 767px) {
.header-wrap .row .col-xs-12:first-of-type {
width: 60%;
}
.header-wrap .row .col-xs-12:last-of-type {
width: 40%;
position: static;
}
.header-wrap .row {
position: relative;
}
#mainnav-mobi {
left: 0;
}
}
link: http://rogerlarsson.com/
Can you please help me with this