Hey!
a) We can try to adjust that using a media query for portrait:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.full-center nav.float-alt-menu ul.menu > li > a, .full-center #header nav.std-menu ul.menu > li > a {
padding: 0 8px;
font-size: 11px;
display: block;
}
}
b) Great, I can replicate this and have reported it back for update
c) Actually it looks like the issue is not your image. The slider height is not being correctly calculated, this maybe because it’s within a parent “Row”. This can be resolved by using the page options to add the slider, take a look at my test: http://moringa.sg/home-slider-test/
– David.