ChrisHammond / HammerFlex

Another free open source skin for DNN (DotNetNuke) using Bootstrap 3 grab the latest release from the RELEASES tab. https://github.com/ChrisHammond/HammerFlex/releases
http://www.christoc.com/Projects/HammerFlex
MIT License
30 stars 22 forks source link

Logo graphic doesn't resize and sub-menu items (mobile size) are covered by content below #18

Closed runamuk0 closed 3 years ago

runamuk0 commented 9 years ago

While using the HammerFlex 1.9 skin I noticed that it did not resize my logo graphic and part of the sub-menu items (when the screen is small like mobile) are overlapped by the content below. I found the answer and wanted to share it in hopes of getting it incorporated in a future version.

/* HammerFlex - Make logo graphic responsive */

dnn_dnnLOGO_imgLogo { max-width: 100%; }

/* HammerFlex - Correct dropdown menu so it does not appear behind content */ @media (max-width:767px) { .dropdown-menu { position: static; } }

ChrisHammond commented 3 years ago

Closing due to age