• Resolved Graphiclagoon

    (@graphiclagoon)


    Hi!
    I have the site graphiclagoon.com with the theme Bazaar Lite.
    On the mobile version the button in the slideshow gets right in the middle of the text, which seems like a bug. Can I move the button just a bit down (with CSS) in the mobile version?

    Thank you!

    Kind rgards
    Maria
    graphiclagoon.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi

    try to add a custom css code from the option panel of Bazaar like

    @media screen and (min-width : 0px) and (max-width : 992px) {

    .woocommerce .slick-wrapper a.button ,
    .slick-wrapper a.button {
    top:60%;
    }

    }

    You can increase the top position if you need

    Best regards

    Alex

    WPinProgress

    Thread Starter Graphiclagoon

    (@graphiclagoon)

    Hi!

    Thank you, it worked very well!

    Maria

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bazaar Lite: problem with the button in the slideshow in mobile version’ is closed to new replies.