Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #1950297
Problem with responsivity
Closed

Comments

  •  2
    Patrick Pourquery started the conversation

    Top navigation does not collapse properly on Tablets like IPad mini. Menu Items get on top of the logo. Different setting were tried, no results.

  •  564
    OrionThemes replied

    Hi Patrick,

    Here is a CSS snippet which will improve the display. Paste it into Theme Options -> Custom CSS.

    @media (min-width: 992px) and (max-width: 1199px) {
    .nav-menu>li:not(.last-tab) {
    margin-right: 0!important 
    }
    .site-navigation .nav-menu > li > a {
    font-size: 16px!important;
    padding-left: 10px;
    padding-right: 10px;
    }
    .site-branding a.logo, .site-branding a.logo > img {
    max-width: 260px!important;
    }
    }

    I hope this helps.

    Kind regards,
    Andrej

  •  2
    Patrick Pourquery replied

    Hi Andrej, terrific! It works. Thanks a lot!

    Patrick

  •  564
    OrionThemes replied

    I am glad it works. Thanks for getting back to me.

    Cheers!
    Andrej