Hi guys,
I have a question related to the mobile view of the Dawn theme. Recently I moved the logo button to the left but as I did so, my search button on the right side of the screen moved up and is no longer aligned with the rest of the header elements. Does anyone know what might have caused it and how I can get it fixed? Moreover, I was wondering how I can add some padding on the left of the logo to give it slightly more space on the left? I feel like it would make the header look more volume.
P.s. In case it would help, the code I used for moving logo to the left in base.css:
.header__heading, .header__heading-link {
grid-area: heading;
justify-self: center;
}
I also tried to test removing all the icons except for the logo with this code:
@media only screen and (max-device-width: 768px) {
.header__icons {
display: none;
}
}
I later dropped the idea though because it looked too empty for my taste. As soon as I did remove the code, my search button moved up.
The website is bentoli.nl
Password: ahghia