Title: Mobile version
Last modified: November 26, 2020

---

# Mobile version

 *  Resolved [alexad200](https://wordpress.org/support/users/alexad200/)
 * (@alexad200)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-124/)
 * I have a problem in the mobile version
    In the mobile version, the photo filled
   the entire feature_doctor widget How do I remove photos in the mobile version?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-version-124%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [visi19](https://wordpress.org/support/users/visi19/)
 * (@visi19)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13716256)
 * Hello [@alexad200](https://wordpress.org/support/users/alexad200/)
 * Thank you for reaching us !
 * I think I can create a Custom CSS for you to remove that section from your phone,
   but I would like to know exactly the area.
    [https://gyazo.com/1729e203f2d9176d5e2f3461317a9912](https://gyazo.com/1729e203f2d9176d5e2f3461317a9912)
   is this or [https://gyazo.com/21cc8b669bc567e785eb432bfa5f86d1](https://gyazo.com/21cc8b669bc567e785eb432bfa5f86d1)?
   Or if there are none of the screenshots above please send us the exact section.
   Thank you for understanding !
 * Please let me know if you have some more questions !
 * Have a nice day ! 🙂
 * Warmly,
    Marian
 *  Thread Starter [alexad200](https://wordpress.org/support/users/alexad200/)
 * (@alexad200)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13716902)
 * [https://pastenow.ru/ATPL3](https://pastenow.ru/ATPL3)
 *  [visi19](https://wordpress.org/support/users/visi19/)
 * (@visi19)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13734764)
 * Hello [@alexad200](https://wordpress.org/support/users/alexad200/) -> Yes, we
   have created a custom CSS that you can add in Apparance -> Customize -> Additional
   CSS
    `div.mt-doctor.mt-doctor-portrait{visibility:hidden;}`
 * Warmly,
    Marian
 *  Thread Starter [alexad200](https://wordpress.org/support/users/alexad200/)
 * (@alexad200)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13735822)
 * Hi Marian!
 * This Custom CSS makes the widget invisible.
    I was talking about another problem
   In the mobile version, the photo becomes the background of the widget Then the
   information in the widget is hard to read Did you look at the skin in the previous
   message?
 * [https://pastenow.ru/ATPL3](https://pastenow.ru/ATPL3)
 *  [visi19](https://wordpress.org/support/users/visi19/)
 * (@visi19)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13739496)
 * [@alexad200](https://wordpress.org/support/users/alexad200/) -> And would you
   like to just hide the image without text? For example, should it be just text
   without an image in background?
 * Warmly,
    Marian
 *  Thread Starter [alexad200](https://wordpress.org/support/users/alexad200/)
 * (@alexad200)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13744474)
 * Exactly!
    But only in the mobile version
 *  [visi19](https://wordpress.org/support/users/visi19/)
 * (@visi19)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13758679)
 * Hello again [@alexad200](https://wordpress.org/support/users/alexad200/)
 * Unfortunately as you can see in this section: [https://gyazo.com/0116c9ed177d6eab9c45553679c3c467](https://gyazo.com/0116c9ed177d6eab9c45553679c3c467)
   unfortunately you can’t remove this image, only if you remove the entire section,
   but instead we could create a custom code to delete you the whole section only
   on mobile (including text)
 * Please let me know if you have some more questions !
 * Warmly,
    Marian
    -  This reply was modified 5 years, 5 months ago by [visi19](https://wordpress.org/support/users/visi19/).
 *  Thread Starter [alexad200](https://wordpress.org/support/users/alexad200/)
 * (@alexad200)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13759053)
 * Very strange
    On the demo version [https://www.demos.machothemes.com/medzone-lite/](https://www.demos.machothemes.com/medzone-lite/)
   is this implemented, but not possible on my site? Is there a reason I don’t know
   about?
 *  [visi19](https://wordpress.org/support/users/visi19/)
 * (@visi19)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13764254)
 * [@alexad200](https://wordpress.org/support/users/alexad200/) -> Are you sure 
   you didn’t change the field in some way? Yes, it has to look normal, don’t you
   have some custom work?
 *  Thread Starter [alexad200](https://wordpress.org/support/users/alexad200/)
 * (@alexad200)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13772591)
 * I did some changes
    I don’t think this applies to background-image On the tablet,
   it is displayed without a photo, but on the smartphone there is a photo. In this
   case, the code is
 *     ```
       @media (max-width: 991px) {
   
           .mt-doctor.mt-doctor-portrait {
               padding-left: 28px;
               padding-left: 1.86666666em;
               background-image: none !important;
           }
       ```
   
 * Please tell me how to fix it
    -  This reply was modified 5 years, 5 months ago by [alexad200](https://wordpress.org/support/users/alexad200/).
 *  [visi19](https://wordpress.org/support/users/visi19/)
 * (@visi19)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13776104)
 * [@alexad200](https://wordpress.org/support/users/alexad200/) -> I tested it now
   and I think this piece of code should work for you on your phone and not just
   on your tablet:
 * `@media (max-width: 768px) {
 *  .mt-doctor.mt-doctor-portrait {
    padding-left: 28px; padding-left: 1.86666666em;
   background-image: none !important; }’
 * All the best,
    Marian
 *  Thread Starter [alexad200](https://wordpress.org/support/users/alexad200/)
 * (@alexad200)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13778712)
 * Thank you so much for the solution

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

The topic ‘Mobile version’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/medzone-lite/1.2.7/screenshot.
   jpg)
 * MedZone Lite
 * [Support Threads](https://wordpress.org/support/theme/medzone-lite/)
 * [Active Topics](https://wordpress.org/support/theme/medzone-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/medzone-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/medzone-lite/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [alexad200](https://wordpress.org/support/users/alexad200/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-version-124/#post-13778712)
 * Status: resolved