Reply To: Responsive slider widget

#2676
livemesh
Keymaster

Great to know you figured out the problem with the revolution slider. For the mobile menu, you will need to insert this Custom CSS since currently we are setting a min-height of 130px and it’s not needed in your case since it’s a customized menu. Thanks –

#header > .inner > .wrap {
min-height: 0;
}