Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1433899

    Dear Support Team,

    The following 2 buttons “Jetzt online reservieren” and “Telefonisch reservieren” do not work on the cell phone: see section: https://emmerams-muehle.de/#reservierung
    (> See also screenshot mobile view: https://emmerams-muehle.de/support/buttons-mobile.png)

    I already had a support request regarding this section: at that time it was about the overlapping of the following boxes not working on the cell phone (see: https://kriesi.at/support/topic/overlap-cells/) > this worked wonderfully with your help, but now we have noticed that the two buttons mentioned above can no longer be clicked on the cell phone!

    What can I do to make them work again on the cell phone?

    Best regards Diana

    #1434046

    Hey Diana,

    Thank you for the inquiry.

    Please add this css code to decrease the padding of the slider caption container to create more space and adjust the style of the slider buttons on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
    
      #top #wrap_all .av-kvs50u-67fae942c84a74078cfcead2fbe75fa9 .avia-slideshow-button {
        width: 100%;
        margin-top: 10px;
      }
    
      #top #wrap_all .av-kvs50u-67fae942c84a74078cfcead2fbe75fa9__0 .container.caption_container .slideshow_align_caption {
        padding-top: 50px !important;
        vertical-align: top;
      }
    }

    Best regards,
    Ismael

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