New Landing How can we help? Themeforest Theme Support Dante Top Bar – text wrapping in top nav

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #283016
    everbeta
    Member
    Post count: 8

    I have a top bar in place with a menu, and when the browser is resized smaller, at some point, the menu in the top black bar (with student portal, etc) wraps to two lines. Is there a way that I can prevent this from happening – I am thinking that through CSS I might be able to adjust the percentages of the left and right areas, so the area containing the menu is 70%, and the area on the left with phone number and social icons is 30% ? (This site has maintenance mode enabled, so you will need to log in as admin to view.) Or if the entire top bar can be one container, I could place the items in two divs which float left and right. Thanks!

    Attachments:
    You must be logged in to view attached files.
    #283041
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you check the admin credentials since they are not working for me?
    Thanks

    -Rui

    #283044
    everbeta
    Member
    Post count: 8
    This reply has been marked as private.
    #283059
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Try this code and adjust if necessary, the total should be always 100%

    @media (min-width: 768px){
      .tb-left.col-sm-6.clearfix {
         width: 40%;
      }
      .tb-right.col-sm-6.clearfix {
          width: 60%;
       }
    }

    Let me know if it worked.

    -Rui

    #283060
    everbeta
    Member
    Post count: 8

    Awesome! Thanks so much!

    #283061
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register