Adding a phone and map icon to the left of the bootstrap hamburger icon

前端 未结 1 1015
伪装坚强ぢ
伪装坚强ぢ 2021-02-06 08:12

I have a basic bootstrap v3 website. When the navbar switches to the hamburger icon on smaller screens, I would like to add a Phone Icon (linking to a phone number) and a Map Ic

1条回答
  •  一整个雨季
    2021-02-06 09:12

    How to add uncollapsible icons to the Bootstrap Navbar

    screenshot

    Let's use the Default navbar from the Bootstrap documentation.

    1. Add the structure at the end of the
    2. Add the visible-xs class to the
        tag. Then it will be visible only on a narrow screen.
      • Add icons as items of this structure.
      • Add the pull-right class to each
      • tag. These items will be placed near the toggle-button.

    Please check the result. Is it what you want to achieve?

    
    
    
    
    
    
    

    0 讨论(0)
提交回复
热议问题