Home Forums WoodMart support forum how to increase “hover”?

how to increase “hover”?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #603433

    [email protected]
    Participant

    Hello!
    How can I increase “hover” so that product characteristics are placed in it?
    I attach photos and videos with the problem, what are the ways to fix it? Roughly speaking, which CSS element is responsible for this, and what can be done about it?

    https://www.veed.io/view/b7282b99-9c58-40a2-bccb-4a5f1e22f992?panel=share

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

    Hung Pham
    Keymaster

    Hi nikkylikescoffee,

    Thanks for reaching to us.

    Because of the length of name of attributes, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS to display attributes one by one instead.

    table.shop_attributes tr{
    	display: block;
    }
    
    table.shop_attributes td {
      text-align: start;
    }

    Regards,

    #603582

    [email protected]
    Participant

    Hello, yes, it really got better, but this is not exactly what we need.
    Is it possible to somehow increase this window “on hover” so that the characteristics that appear are readable?

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

    Hung Pham
    Keymaster

    Hi nikkylikescoffee,

    You can click on dots to show full information https://ibb.co/ZKz9Gtp or do you want to show full information without clicking on dots?

    Regards,

    #603956

    [email protected]
    Participant

    Hello!

    I want the product information to be displayed automatically, without any additional actions.
    When I move the cursor over a product, its details should open.

    #604025

    Hung Pham
    Keymaster

    Hi nikkylikescoffee,

    I see you changed the product grid styles, please let me know if you need further helps.

    Regards,

    #604028

    [email protected]
    Participant

    The question remains open
    “I want the product information to be displayed automatically, without any additional actions.
    When I move the cursor over a product, its details should open.”
    We still need it.

    #604328

    Hung Pham
    Keymaster

    Hi [email protected],

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .hover-ready .wd-more-desc .wd-more-desc-btn {
        display: none;
    }
    
    .fade-in-block .wd-more-desc{
    	max-height: 21em;
    	overflow-y: auto;
    }

    Regards,

    #605512

    [email protected]
    Participant

    hello, the problem is solved, thank you so much for your help, you can close the ticket

    #605683

    Hung Pham
    Keymaster

    Hi [email protected],

    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,

    #607107

    [email protected]
    Participant

    Please close the ticket

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

The topic ‘how to increase “hover”?’ is closed to new replies.