Home Forums WoodMart support forum Wishlist icon position – product grid

Wishlist icon position – product grid

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #558258

    designmono
    Participant

    Hi,

    I have selected the product style with a wishlist icon showing up on hover. How can I move it from top right to bottom right?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #558703

    Hung Pham
    Keymaster

    Hi designmono,

    Thanks for reaching to us.

    Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > CSS for desktop section:

    .wd-buttons .wd-wishlist-btn{
    	position: absolute;
    	bottom: -230%;
    	background-color: #fff;
    	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

    Regards,

    #560344

    designmono
    Participant

    Hi,

    Thanks for the code, but it doesn’t work properly. The wishlist icon becomes hidden somewhere in the corner (see screenshot). Could you please suggest how to fix it?

    #560463

    Hung Pham
    Keymaster

    Hi designmono,

    Please remove previous code and use below one:

    div.wd-buttons.wd-pos-r-t {
      top: auto;
    	bottom: 20px;
    }

    Regards,

    #560493

    designmono
    Participant

    Many thanks! You can close this topic now 🙂

    #560856

    Hung Pham
    Keymaster

    Hi designmono,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Wishlist icon position – product grid’ is closed to new replies.