• bastibbg

    (@bastibbg)


    Guten Tag, ist es m?glich die Lightbox breiter zu machen?

    Auf PC funktioniert sie ohne Probleme aber auf dem Handy ist sie zu schmal und es sieht alles zusammengedrückt bei uns aus.

    lG

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi IG,

    You can try using the following Custom CSS to increase the lightbox width on mobile screens. You can paste it in the Site Editor styling section, or, if you are using a non-block theme, into the additional CSS section of the customizer (e.g. WP Admin Sidebar > Appearance > Customize > Additional CSS)

    @media screen and (max-width: 900px) {
    div.fdm-details-div {
    width: 100% !important;
    left: 0% !important;
    }
    .fdm-details-div-inside {
    width: 90%;
    }
    }
    Thread Starter bastibbg

    (@bastibbg)

    Vielen Dank für die Antwort. Es hat funktioniert ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.