Hi,
I have the full width sub menu available on my website and realise it does not show up very well on my iPhone!
It there a way to neaten this up?
Thanks
Hey hloft!
Please add following code to Quick CSS
@media only screen and (max-width: 769px) {
#header form#searchform { top: 0px;}}
and change following code
#top .av-submenu-container .container {
padding: 0 40px !important;
}
to
#top .av-submenu-container .container {
padding: 0 30px !important;
}
Regards,
Yigit
Hi Yigit,
That doesn’t seem to have done anything!
Is there a way to place the search bar, cart icon and main menu below the logo?
Thankyou
Hey!
If you don’t mind, please provide a screenshot on how you want the header to look like on mobile device. We’ll try to give you the proper css codes for it.
Regards,
Ismael
Hi Ismael,
Either one of these layouts would be great:
https://pro4life.co.uk/wp-content/uploads/2015/01/Pro4lifemobile-1.jpg
https://pro4life.co.uk/wp-content/uploads/2015/01/Pro4lifemobile-2.jpg
Only on Mobile. Thanks :)
Harry
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
#header form#searchform { left: 0px; top: 0; width: 170px; }
.responsive #top .cart_dropdown,#advanced_menu_toggle, #advanced_menu_hide { top: 87%; }
}
Regards,
Yigit
Hi Yigit,
Thank you, very close!
It now looks like this:
https://pro4life.co.uk/wp-content/uploads/2015/01/IMG_3866.png
The search bar can be made smaller if need be
Thanks.
Hi!
I edited the code i posted in my previous post. Please try it now and adjust as needed
Regards,
Yigit
Hi Yigit,
Thanks for all your help, that’s perfect!