• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.05.21, 08:01
  • Opened by: Mathieu Garcia
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #21507 - Display problem with shopping cart and search on homepage

Hello Fred,

I am seeing a display problem with the shopping cart and the search. On the screen of a MacbookPro the basket is too shifted to the right and we cannot see it correctly. Same thing for the searchbar.

Thanks for your help !
Matt.

Attachments:

Capture d’écran 2021-05-13 a... (826.3 KiB)
Capture d’écran 2021-05-13 a... (957.9 KiB)

Comments

Fred 13 May 2021, 10:24

Hi, Mathieu Garcia.
Please try following CSS

#desktop_cart .shopping_cart {right:0}
Mathieu Garcia 13 May 2021, 10:35

It works, thank you! Do you have a similar solution for the search bar?

Fred 13 May 2021, 10:46

Sorry, I missed the search
I suppose would be better to have it visible all the time

#header .search_widget input[type='text'] {position:static; opacity:1}
Mathieu Garcia 13 May 2021, 11:22

Thanks !

Fred 13 May 2021, 11:29

You are welcome!