fixed. I have a couple of more mobile related issues. Not sure if I need to open a separate topic. Let me know if I do.
Slider arrows
Even though I have specified to show the arrow navigation in the slider settings: mobile visibility, it’s not showing up. I tried both settings (on and off) and it just doesn’t show up. Any idea why?
Header
1A. on mobile phone, vertical orientation: the logo is pushing the menu icon down, even though I have this in the custom CSS:
@media only screen and (max-width: 767px) {
#logo img, #logo img.retina {
max-width: 70%;
min-height: 0;
}
}
1B. on mobile phone, horizontal orientation: the logo and menu are fine, but there is a lot of white space below the logo before the slider. How can I reduce that space?