Open julianorjr opened 7 years ago
Same Problem here
Hi! I just finished to fix the issue with material-icons and what you need to do is to go in assets/sass/ct-paper/navbars.scss
and put the following lines of code on line 57. After you do that you must compile you scss with Koala.
.navbar-nav > li > a i.material-icons{
margin-top: -8px;
position: relative;
top: 8px;
}
Hi! I made a few changes to fix the issue with dropdowns. I will update the partial _responsive.scss
and you must overwrite this with the old file in assets/sass/ct-paper/_responsive.scss
, after you do that please compile your assets/sass/ct-paper.scss
with Koala. Make sure the output path is assets/sass/ct-paper.css
. Hope that will be ok for you!
Best, Dragos
Dropdown menu don't appear correctly in a collapsed navbar and links with icons (font awesome or material icons) don't stay aligned with the others links.
Code: