creativetimofficial / ct-paper-kit-2-pro

Paper Kit 2 PRO is a premium Bootstrap 4 UI Kit with a huge number of components, sections and example pages.
https://www.creative-tim.com/product/paper-kit-2-pro
21 stars 6 forks source link

Responsive design issue #7

Closed alec-c4 closed 6 years ago

alec-c4 commented 6 years ago

Hi! I've found following problem with dropdowns in mobile view.

paper_kit_2_pro_by_creative_tim
groovemen commented 6 years ago

Hello @alec-c4, thank you for using our product, please change the position: absolute of the dropdown-menu from the navbar; you can limit it only for the devices using

@media screen and (max-width: 991px) {
   .dropdown.show .dropdown-menu, 
   .dropdown .dropdown-menu {
       position: relative;
   }
}

Hope it's useful! Best, Stefan