Best Premium and Free WordPress Themes › Forums › Corporate Plus › Sticky header in mobiles problems › Reply To: Sticky header in mobiles problems
November 25, 2016 at 2:59 pm
#10924
acmethemes
Keymaster
Please add the below css codes, on Appearance > Customize > Layout Design Options > Custom CSS
@media screen and (max-width: 767px){
.main-navigation.navbar-collapse.collapse.in {
background: #000 none repeat scroll 0 0 !important;
}
}
Hope, this will solve the problem.
Thank You