Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #472002

    Hi,
    I have problem with the top menu in responsive:
    I need the languages and a phone number will be the same row
    you can see here screen shot:
    http://screencast.com/t/OAowu9IFNb

    here is the site:
    https://www.ibamarkets.com/

    Thanks!!!!

    #472488

    Hi Lev!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    #header_meta nav, #header_meta .phone-info {
      width: auto !important;
      display: inline-block;
    }
    #header_meta nav, #header_meta .phone-info {
      width: auto !important;
      display: inline-block;
    }
    }

    Regards,
    Elliott

    #472890

    Thanks Elliot its look amazing!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘responsive top-menu’ is closed to new replies.