• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Fred
  • Private: No
  • Open Date: 24.11.22, 21:22
  • Opened by: Vanessa VICTOR
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23995 - Pb with the window under "Recently viewed"

Hi

The window that opens under the link “Recently viewed” (menu at the top left of the site) on rollover is not complete: it is truncated on the left by the edge of the screen. However, I do not have a screen with a small resolution.

Could you help us to fix it ?

Thanks in advance

Comments

Fred 25 Nov 2022, 20:18

Hi, Vanessa.
It looks fine for me https://take.ms/mfSVS

Where I can see the issue?

Vanessa VICTOR 28 Nov 2022, 17:27

Hi
There’s a window which appears on rollover the link “Recently viewed” (menu at the top left of the site). This windows does not appear complete.
Could you fix it ?
Thank’s in advance

https://monosnap.com/file/XWKxbLSb04666IBy1oYluMwnGn33lj
Fred 28 Nov 2022, 21:10

What do you mean by “complete”? For me it looks like this https://take.ms/iVQBo

If you mean missed images, I just checked and there are no images assigned for those products

Vanessa VICTOR 29 Nov 2022, 12:01

In fact, as I said, the window that appears in rollover is cropped on the left.
I see this entire windows on a larger screen, but not on mine (which has a “normal” width). On https://monosnap.com/file/XWKxbLSb04666IBy1oYluMwnGn33lj the left of this screen copy is the left side of my screen (on the computer), I can’t see what’s on the left (it’s “outside” my browser/screen)
Could you have a look ?
Thanks

Fred 29 Nov 2022, 18:11

Yes, I finally see that.
Try following CSS fix

.header-nav > .page-width > *:last-child .dd_container {
  left:0 !important;
  right:auto !important;
}
Vanessa VICTOR 29 Nov 2022, 18:16

That’s perfect, thank you :-)

Fred 29 Nov 2022, 18:16

You are welcome!