This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
Best Seller Character Length Problem
« on: August 17, 2024, 06:31:23 PM »
Hello, I have a name and surname problem in the best sellers section. How can I place this length into the table as it should be? I would appreciate it if you could tell me in which folder I should edit this.


*

MB Themes

Re: Best Seller Character Length Problem
« Reply #1 on: August 19, 2024, 10:31:41 AM »
I am not sure what is problem and what you want to achieve.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Best Seller Character Length Problem
« Reply #2 on: August 23, 2024, 07:26:56 PM »
In the picture I shared, the text characters move to the bottom line due to the length of the name. I want to keep this from scrolling exactly to the bottom line.

Marked as best answer by frosticek on September 02, 2024, 01:39:57 PM
*

MB Themes

Re: Best Seller Character Length Problem
« Reply #3 on: August 28, 2024, 02:47:06 PM »
Try this:

Code: [Select]
#users-list .user .name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 2px); }

And check this:
https://docs.osclasspoint.com/customizations-of-theme-basic
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Best Seller Character Length Problem
« Reply #4 on: August 29, 2024, 03:17:01 PM »
I solved the problem. Thank you.