[Resolved] Navigation Search icon on mobile

Home Forums Support [Resolved] Navigation Search icon on mobile

Home Forums Support Navigation Search icon on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #429326
    Itay

    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:

    http://prntscr.com/hd2r43

    also, how can I reduce the height of the primary navigation header?

    Thanks for your help!

    #429521
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #430146
    Itay

    Hi Tom!

    I have added the code to the child theme and it remains the same

    #430330
    Tom
    Lead Developer
    Lead Developer

    I just adjusted the CSS above – can you try again?

    #431025
    Itay

    It works, thanks Tom!!!!

    #431051
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.