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

    Hello,

    Can you please take a look on the mobile end of the website provided below? The full with easy slider is cutting of the buttons and the title in an odd way. Is there a way to fix this? Thanks!

    #563615

    Hi hylandgraphics!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 479px)
    .responsive #top .slideshow_caption .slideshow_inner_caption h2.avia-caption-title {
        font-size: 10px !important;
    }

    Cheers!
    Elliott

    #564148

    I don’t think that did the trick? Take a look

    #564428

    Hey!

    Please try the following as well:

    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-button {
        margin-top: 5px;
    }
    }

    Regards,
    Rikard

    #565031

    That seemed to do it. Thanks as always!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Odd look on fullwidth easy slider on home page/mobile site?’ is closed to new replies.