• Resolved axxessia

    (@axxessia)


    Hi, Alex a couple of points I need help with.

    The page I’ve just created using your plugin views fine on laptop, but on mobile a third of the screen is white, ‘covering’ the page. I’ve disabled all other plugins in case they were the cause, but its still the same. Please advise.

    I’d like to add a telephone icon to the mail icon I’ve added at the bottom of the page and add space below them.

    Thanks

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hi @axxessia, yeah I can see the issue.

    Please insert this CSS to CMP Settings > Custom CSS:

    img {
        max-width: 100%;
        height: auto;
    }
    
    .social-list {
        height: 10em;
    }
    
    .section-body {
        min-height: calc(100vh - 20em);
    }
    
    @media only screen and (max-width: 560px) {
    .graphic-logo {
        max-width: 100%;
    } }

    which will resolve the thing with white space on mobile phones and also helps with a big email icon.

    Cheers Alex

    Thread Starter axxessia

    (@axxessia)

    Thanks Alex, that worked. I would though like to reduce the amount of space above the logo in mobile view and between the text block and the envelope, and the envelope and the bottom of the screen. Basically so that everything fits into the frame without scrolling.

    Love the plugin. Is there a way to add an icon which enables a visitor to click and call us via it.

    Thanks Alex

    Thread Starter axxessia

    (@axxessia)

    Oh and a whatsapp icon.

    Thanks

    Plugin Author NiteoThemes

    (@niteo)

    @media only screen and (max-width: 560px) {
    .section-body {
        min-height: initial;
        padding: 0 1em;
    }
    
    .graphic-logo {
        max-width: 250px;
    }
    .social-list {
        height: 5em;
    }
    .social-list a {
        height: 4em;
    } }

    try this code..

    Currently phone or whatsapp icon is not supported but I make sure to include it next update ??

    Alex

    Thread Starter axxessia

    (@axxessia)

    Great Alex, that’s worked beautifully!
    Phone and Whatsapp are the prime methods of communication of our targets. So do you know when the next update is likely to be?

    Thanks loads

    Thread Starter axxessia

    (@axxessia)

    Actually Alex, just taken a second look. In Mobile view everything is perfect.

    But in desktop view, there needs to be a bit of ‘head room’ just above the logo. So that everything on the landing page looks centered vertically on the page, as soon as the visitor ‘lands’.

    I’m not sure which part of the code to tweak to make this happen, so please provide the necessary code for that.

    Once again Alex, thanks

    Plugin Author NiteoThemes

    (@niteo)

    .social-list {
        height: 5em;
    }

    cheers ??

    Plugin Author NiteoThemes

    (@niteo)

    Oh and the update should be available within a week..

    Thread Starter axxessia

    (@axxessia)

    Thanks Alex
    Look forward to the update
    ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problem with ‘Coming Soon’ page in Mobile view’ is closed to new replies.