Tagged: travel demo
Hello again, enfold travel demo: the 2 buttons in the homepage slider when vertical on mobile do not show because the height is not enough?
thanks!!
Hello Yigit, but my site is in maintenance way so you can’t see it if I send you the link. But you can see it as well in the travel demo itself, is the same problem, the 2 buttons in slider homepage hardly appear in a mobile in vertical way. Another thing is that the top bar (secondary menu) neither appear on mobile in this demo ¿why?
regarding the top bar (secondary menu) neither appear on mobile in travel demo …maybe it has to do with transparent header?
Hi!
Thank you for the update.
You can adjust the height of the slider on mobile view.
@media only screen and (max-width: 767px) {
.avia-slideshow-inner, .avia-slideshow-inner img {
height: 400px !important;
}
.avia-slideshow-inner img {
min-width: 1200px !important;
margin-left: -600px !important;
}
}
This modification might distort some of the images so adjust the values until you get the best result.
Cheers!
Ismael