• Resolved p-rposters

    (@p-rposters)


    I need some help to tweak out your awesome coming soon plugin for my site.

    I’d like my logo graphic to be full page (I tried it as 1920px x 1080px and also 6000px x 3375px). I also tried your css from this support forum:

    .logo img {
    max-width: 6000px;
    max-height: 3375px;
    }

    No change in logo size.

    Also, I was able to get the social icons larger – but is there a way to change the olor to white and move them up from the bottom of the page?

    I did try your css fix, but was unable to get the location to move up from the very bottom of the page.

    Thanks so very much. Thanks for your awesome plugin.

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

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

    (@niteo)

    Howdy mate, I believe this is what you are looking for:

    .section-body {
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        padding: 0;
        margin: 0;
    }
    
    .graphic-logo {
        max-width: 100%;
        max-height: 100%;
    }
    
    .social-list {
        position: absolute;
        bottom: 3em;
        left: 0;
        right: 0;
    }
    
    .social-list i {
      color: white;
    }

    Cheers Alex

    Thread Starter p-rposters

    (@p-rposters)

    Thanks so very much Alex!

    Just what I was looking for.

    You Rock!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS help, please…’ is closed to new replies.