Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #748541

    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!!

    #748547

    Hi ftt123!

    Can you please post a link to your page?

    Regards,
    Yigit

    #748559

    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?

    #748579

    regarding the top bar (secondary menu) neither appear on mobile in travel demo …maybe it has to do with transparent header?

    #750360

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.