We are having trouble on smaller mobile screens
1) need to push banner down below social icons
2) burger menu not active (doesn’t do anything) in portrait mode. Landscape works.
https://snipboard.io/qE3AZ8.jpg
Does work in landscape and every other resolution.
https://snipboard.io/eHlbGO.jpg
Thanks!
Hey hostworks,
Thank you for the inquiry.
Where do you want to place the search widget? There seems to be no space for it in the header. Temporarily, you use this css code to adjust the style of the search form a bit.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top #header .search-form {
display: flex;
flex-direction: row;
width: 100%;
}
.responsive #top #header .search-form > form {
display: block !important;
width: 50%;
}
#header_meta {
background: #162c40 !important;
}
}
Best regards,
Ismael
Ismael,
This doesn’t cause any effect.
ok, its working now, thank you!
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes, Rikard, you can close this ticket, Thank you.