Archived topic
Navigation Search icon on mobile
5 replies · Started by Itay on November 20, 2017
Hi!
I have a problem with the Navigation Search icon on mobile,
It breaks into its own line on mobile and tablet display, as you can see here:
also, how can I reduce the height of the primary navigation header?
Thanks for your help!
Looks like it could be an RTL bug.
Can you try adding this CSS?:
body.rtl .mobile-bar-items {
position: absolute;
left: 0;
top: 0;
}
Let me know :)
Hi Tom!
I have added the code to the child theme and it remains the same
I just adjusted the CSS above - can you try again?
It works, thanks Tom!!!!
You're welcome :)