Close Button in Portfolio App

Hello where is the “close” button of the Pop up in the portfolio app?

With best regards
Anja

1 Like

You want to change style of X close button or?

1 Like

I cant see the x-button nowhere: https://expedition-mallorca.com/ for example: “Social Club Mallorca - Unsere schöne Erinnerung bleibt” >> Pop Up

Hi @user14136 :wave:t2:

It seems the Website Translator widget overlapped the Portfolio’s popup, causing the issue. We’ve added the following CSS code to all your Portfolio widgets to fix it:

.global-styles,
.eapp-portfolio-project-viewer-component {
  z-index: 9999999999;
}

Let me know if it helped :slight_smile:

1 Like