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

how to increase “hover”?

Viewing 3 posts - 1 through 3 (of 3 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.
Viewing 3 posts - 1 through 3 (of 3 total)