Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1447087

    Hi
    would you kindly check my homepage (private content) on mobile.
    I have this code in my css for the slider button:

      .home .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: 350px;
        left: 125px;
    }
     
      .home .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
      }

    The bottom-position works, but not the left-position. The button ist too far on the left, but I can’t change it.

    Can you help?

    Best regards

    #1447101

    Hey northorie,

    Please try this CSS as well:

    .home .slideshow_align_caption {
      text-align: center; 
    }

    Best regards,
    Rikard

    #1447113

    I guess it’s better. Thanks a lot. Topic can be closed

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slider-Button on mobile’ is closed to new replies.