Title: CSS help, please&#8230;
Last modified: April 19, 2018

---

# CSS help, please…

 *  Resolved [p-rposters](https://wordpress.org/support/users/p-rposters/)
 * (@p-rposters)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-11/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-help-please-11%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-11/#post-10197769)
 * 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](https://wordpress.org/support/users/p-rposters/)
 * (@p-rposters)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-11/#post-10197829)
 * 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.

 * ![](https://ps.w.org/cmp-coming-soon-maintenance/assets/icon-256x256.png?rev=
   2393184)
 * [CMP - Coming Soon & Maintenance Plugin by NiteoThemes](https://wordpress.org/plugins/cmp-coming-soon-maintenance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cmp-coming-soon-maintenance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/)
 * [Active Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [logo size](https://wordpress.org/support/topic-tag/logo-size/)

 * 2 replies
 * 2 participants
 * Last reply from: [p-rposters](https://wordpress.org/support/users/p-rposters/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-11/#post-10197829)
 * Status: resolved