• Resolved hellesuhr

    (@hellesuhr)


    Hi,

    I have some problems with my silde-in on mobile devices with height 400px and lower. The top of the slide-in disappears.

    Could you please help me.

    Best regards,
    Helle ?stergaard

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi Helle,

    Can you try adding this CSS to Appearance > Customizer > Additional CSS field and that should make it fit on smaller screens:

    @media screen and (max-height: 400px) {
        .wph-modal.module_id_1 .hustle-modal .hustle-modal-title {
            font-size: 28px!important;
        }
    
        .wph-modal.hui-module-type--slidein.module_id_1 {
            top: 50px;
        }
    }

    Cheers,
    Predrag

    Thread Starter hellesuhr

    (@hellesuhr)

    Hi,

    Thank you very much. That works ??

    Cheers,
    Helle

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top of slide-in disappears on mobile’ is closed to new replies.