Listing table mobile issue

Hi!
I have seen a problem in user listing from mobile view:

How to improve it?
Thanks!

Hi,

Please provide this sample listing title; we will check it in more detail on our end.

In this case it appears in the following part:

https://playzzi.com/account/listings/

but in general, I detect many display problems in the mobile view

Hi,

Unfortunately, when you go to the site, we do not see the listing (only the login or registration window). Please provide more details about your problems and we will try to help.

Also, please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

You should login in to see this table, that´s what I sent you a screen capture.
The problem comes when the window (on PC) is small (which is not a problem because it can be made larger) then, the title text is displayed vertically because it does not fit horizontally. Where this is a problem is in the mobile view, in which case the screen cannot be enlarged and the text is displayed vertically.
Is it a problem that only happens to me?

thanks

Yes, we understand the issue but can’t reproduce it locally, maybe there’s a long listing title without spaces, or other specific details to reproduce this? Please copy the full “Chalet…” title here, we’ll try to test it (the one from the screenshot).

Ok, you can try with “Chalet espectacular en Albacete” or whatever text you want.
Thanks

Hi,

Sorry for the delay.

Please try this CSS snippet:

.hp-listing--edit-block .hp-listing__title span { 
    word-break: unset; 
}

It works!
thanks a lot

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.