Forum Replies Created

Viewing 10 posts - 61 through 70 (of 71 total)
  • Author
    Posts
  • in reply to: Pictures too small bug. #8160

    Yup, you were right. I added 4 products total and it works well now. Thank you very much!

    in reply to: Pictures too small bug. #8148

    Thanks for your reply. I have the number of products > number of columns but I still have this bug. On mobile it looks fine, this problem appears to be only on desktop and it’s actually looking good while the page is loading but when it’s fully loaded the pictures get small.

    in reply to: Pictures too small bug. #8143

    Sorry, the second issue, my bad, it shows all elements ok. The first one is still a problem though. I’ve figured it happens when you enable slider in the options.

    in reply to: Checkout messages #8139

    Thanks, Harry.

    in reply to: Page Title Background #8094

    Sorry, I figured it out, I just needed to set it as a featured image.

    in reply to: Currency switcher #8072

    Hi Harry,

    Thank you very much!

    in reply to: Currency switcher #7996

    moxypenny.com

    in reply to: Currency switcher #7993

    Hi,

    Thank you, it works well. Just wondering if there is a way to display it in mobile version?

     

    in reply to: Like button position #7992

    Hey Harry, looks like those settings gave different results in different mobile browsers. I tweaked it a little and this one seems to work perfectly across different browsers.

    .cart .yith-wcwl-add-to-wishlist,
    .cart.variations_form .yith-wcwl-add-to-wishlist {
    left: 300px;
    }
    @media only screen and (max-width: 800px) {
    .cart .yith-wcwl-add-to-wishlist,
    .cart.variations_form .yith-wcwl-add-to-wishlist {
    left: 270px;
    }
    }

    in reply to: Like button position #7974

    Thanks Harry, this looks good on desktop but still a little off on my s7. I changed right: 0; to right: 50; and now it looks perfect.

Viewing 10 posts - 61 through 70 (of 71 total)