Title: Theme ECLIPSE mobile version available ?
Last modified: February 23, 2018

---

# Theme ECLIPSE mobile version available ?

 *  Resolved [lumayaundyo](https://wordpress.org/support/users/lumayaundyo/)
 * (@lumayaundyo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/)
 * Hey CMP Plugin Team,
 * I have massive troubles with the mobile version of the countdown-page. I am using
   the ECLIPSE theme and the desktop version works perfectly.
 * Hope you guys can fix that. Keep on the good work, nice plugin!
 * your sincerely
 * Lukas
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftheme-eclipse-mobile-version-available%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10007079)
 * hey Lukas, ouch! It seems there is the issue with counter when there is not other
   content!
 * I will make sure to update the Eclipse Theme, thanks!
 * Meanwhile you can insert custom CSS into CMP settings:
 *     ```
       @media only screen and (max-width: 768px)
       .inner-content, footer {
           width: 100%;
       }
       ```
   
 * and I would also suggest this code to somehow move counter labes a little bit
   down (probably messed up because of the font combination on your site)
 *     ```
       .counter-wrap p {
           margin-top: 0px;
       }
       ```
   
 * Alex
    -  This reply was modified 8 years, 3 months ago by [NiteoThemes](https://wordpress.org/support/users/niteo/).
 *  Thread Starter [lumayaundyo](https://wordpress.org/support/users/lumayaundyo/)
 * (@lumayaundyo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10007116)
 * Appreciate the fast respond! Thanks for the codes, its getting better! If you
   scroll down, everything is fine except of the automatic scroll up. Now there 
   are just problems when you reload the page.
 * Thanks for helping me Alex! Hope you can update the ECLIPSE theme!
 * Have a great day!
 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10007218)
 * Ues, you are right again, it is probably because of same issue (no content). 
   I will into it and make the update as soon as possible.
 * thanks Alex
 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10007242)
 * Lukas, can you try add this CSS? – it resolve the scrolling issue on my dev server:
 *     ```
       html {
           overflow-x: hidden;
       }
       ```
   
 * thanks Alex
    -  This reply was modified 8 years, 3 months ago by [NiteoThemes](https://wordpress.org/support/users/niteo/).
 *  Thread Starter [lumayaundyo](https://wordpress.org/support/users/lumayaundyo/)
 * (@lumayaundyo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10007308)
 * Thank you so much! The scrolling problem is solved! Looking forward to the update
   to fix the rest!
 * highly appreciate your support Alex!
 *  Thread Starter [lumayaundyo](https://wordpress.org/support/users/lumayaundyo/)
 * (@lumayaundyo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10022946)
 * Hey Alex,
 * How is the update for the mobile version going? Another question, is it possible
   to implement an imprint at the bottom of the maintenance page?
 * your sincerely
 * Lukas
 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10023643)
 * Hi Lukas, I`ve been busy with other things unfortunately, but I should be able
   to push and update by the end of this week!
 * However I checked your website on mobile phone, and it seems to be working just
   fine now. What other changes do you have in mind for the update? (other than 
   CSS code I provided you already?).
 * Regarding and imprint I believe I could make update to support basic HTML tags
   like
 * `<a href="https://www.google.com">Visit Google</a>`
 * where you could put your link to imprint inside Copyright, would that work for
   you?
 * Alex
 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10023647)
 * Edit: I checked on iphone and there is still issue with automatic scrolling up!
   I will check that again!
 *  Thread Starter [lumayaundyo](https://wordpress.org/support/users/lumayaundyo/)
 * (@lumayaundyo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10023766)
 * Excuse me, I know you guys have a lot to do. The idea with HTML tags to implement
   imprints would be awesome.
 * Thanks guys!
 *  Thread Starter [lumayaundyo](https://wordpress.org/support/users/lumayaundyo/)
 * (@lumayaundyo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10042252)
 * Since the new update the copyright section is not working properly.. Have you
   guys found a solution for the mobile version? I am going to donate when everything
   is working for sure!
 * Thanks Alex 🙂
 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10043194)
 * [@lumayaundyo](https://wordpress.org/support/users/lumayaundyo/) damned Eclipse
   theme, haha 🙂
 * I believe copyright works fine, what kind of HTML do you try to insert it? I 
   was quite sctrict to allow only < a > tags and formatting tags as follows:
 *     ```
       <a href="xxx" title="xxx">
       <br>
       <em>
       <strong>
       ```
   
 * if you try to put any other html, it will not save the settings.
 * `Copyright 2017 <a href="https://niteothemes.com.com">NiteoThemes</a>. All rights
   reserved.`
 * works as expected [http://cmp.niteothemes.com/?cmp_preview=true&theme=eclipse](http://cmp.niteothemes.com/?cmp_preview=true&theme=eclipse)
 * Also I tested it on my mobile devices and it worked as expected, so I must check
   on your website what could be the issue..please sit tight 🙂
 * A.
    -  This reply was modified 8 years, 3 months ago by [NiteoThemes](https://wordpress.org/support/users/niteo/).
    -  This reply was modified 8 years, 3 months ago by [NiteoThemes](https://wordpress.org/support/users/niteo/).
    -  This reply was modified 8 years, 3 months ago by [NiteoThemes](https://wordpress.org/support/users/niteo/).
    -  This reply was modified 8 years, 3 months ago by [NiteoThemes](https://wordpress.org/support/users/niteo/).
    -  This reply was modified 8 years, 3 months ago by [NiteoThemes](https://wordpress.org/support/users/niteo/).
 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10043388)
 * I`ve tested your website on latest android (Samsung s8) and Ios (iPhone8) and
   it works fine. What issues do you experience on mobiles?

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

The topic ‘Theme ECLIPSE mobile version available ?’ 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/)

 * 12 replies
 * 2 participants
 * Last reply from: [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/theme-eclipse-mobile-version-available/#post-10043388)
 * Status: resolved