Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

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.

  •  531
    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

  •  531
    OrionThemes replied

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

    Cheers!
    Andrej