Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    That positioning of ATW button is definitely a customization of your theme
    In order to help you fix that problem, I’ll need to have access to your page, so that I can work out a CSS rule that would fix the issue

    Please, let me know if this is possible

    Thread Starter ssincos

    (@ssincos)

    • This reply was modified 3 years, 8 months ago by ssincos.
    Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    Sorry, didn’t noticed your site become accessible
    Anyway, now that I can see it, I can suggest an easy fix to your styling issue: please, try to add the following custom CSS rule to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .products-list.grid .product-wapper .products-thumb .product-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
        display: none;
    }
    

    Hope this helps

    Facing some design issue in porto wishliast after theme update
    https://prnt.sc/111ggaf

    Thread Starter ssincos

    (@ssincos)

    Ok, I Remove Maintenance Mode Please Check.

    Thread Starter ssincos

    (@ssincos)

    My Problem Not Solved Please Check My Site wish list icon position after click

    Plugin Support Antonio La Rocca

    (@therock130)

    @jaysptech Even if this is always a positioning problem, and always something related to your theme, when it comes to theme’s customization, every problem is somehow unique
    For this reason I suggest you to open a dedicated topic; don’t forget to post url to your site, so I can check there

    @ssincos I just checked your site, and indeed original problem seems solved.
    Maybe you could improve previous solution adding this new rule

    .products-list.grid .product-wapper .products-thumb .product-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
    .products-list.grid .product-wapper .products-thumb .product-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
        display: none;
    }
    

    After this, positioning of the button before and after adding something to wishlist seems just fine

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Yith Wishlist Position Not Right’ is closed to new replies.