• Resolved WorkinWP

    (@iguanamom)


    Hi!

    Just noticed on my tablet that the search icon has wrapped to below the menu and it never did that before. Maybe something happened on the last theme update? I can’t even find a place for adjusting the header menus or the search icon in Customizer. Can you confirm if this is an issue with the icon showing below the menu?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Atanas Yonkov

    (@nravota12)

    Hi @iguanamom ,

    Have you added a menu item recently? The menu items go on the next line when they can no longer fit the screen. You can adjust this with a few lines of css. Add this to appearance => customize => additional css:

    @media only screen and (max-width: 840px) and (min-width: 600px)  {
     .main-navigation {
        width: 80% !important;  
        padding-left: 0 !important;
     }
     .site-branding {
        width: 20% !important;
     }
    }

    Hope this helps

    Thread Starter WorkinWP

    (@iguanamom)

    Hi, thanks for the reply and suggestion! No, nothing had been added to the menu but this css worked!

    Theme Author Atanas Yonkov

    (@nravota12)

    I am glad it helped!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tablet search icon’ is closed to new replies.