• Hi,

    how to change the position of the atw icon from the upper right corner (it is partially under the label) to the upper left corner in the product photos?

    thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Please, try to add the following CSS rules to Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize):

    .products .product-small .image-tools.top.right {
        right: auto;
        left: 0;
    }
    
    Thread Starter vgoes1966

    (@vgoes1966)

    It’s awesome !! Thank you so much! Could you help me just a little bit more? The tooltip message is truncated, how to shift it to right? The same problem is happening in product page, what CSS can solve this?

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    sure, I’ll be glad to help
    Please, try to replace the style rules that I sent you previously with what follows

    .image-tools.top.right{
        left: 15px;
        right: auto;
    }
    
    .image-tools.top.right .wishlist-popup {
        left: -15px;
        right: auto;
    }
    

    Let me know if this style works as expected

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Flatsome + yith wishlist’ is closed to new replies.