Hi there,
when in mobile view;
1. how do I slightly increase the space between top logobar and title,
and/or
2. slightly decrease the height of the top logobar
3. How can I align the size/position of the logo, the search icon, and the menu icon,
4. How can I change the color of the search and menu icon
Many thanks in advance, best regards
Alexander
Hey Alexander,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi,
Thanks for that. The screenshots show me the same file though, there’s no difference between the two. Could you try sending the mockup image again please?
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#menu-item-search a {
color: blue;
}
}
.header_color .av-hamburger-inner, .header_color .av-hamburger-inner:before, .header_color .av-hamburger-inner:after {
background-color: blue;
}
Best regards,
Rikard
Hi,
Try this as well:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-logo-container {
width: 95%;
max-width: 95%;
}
#menu-item-search a:before {
font-size: 40px;
}
.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
width: 50px;
height: 5px;
}
}
Please note that theme support is not a customisation service, we will try to help out with smaller tweaks in the theme though.
Best regards,
Rikard