Hi,
I need to play with the logo padding on mobile - as you can see from the screenshot, it collides with the navigation menu.
I managed to use CSS for the vertical padding but it seems that for horizontal padding I cannot use negative values. I just need to move the logo to the left possibly with the same left padding like the hamburger menu's right padding.
Also - I need to decrease the header height little bit as there is too much space below.
.logo{
padding-left:0px !important;
padding-top:20px !important;
}
Comments