Title: fix mobile view
Last modified: April 15, 2021

---

# fix mobile view

 *  Resolved [biggyhu](https://wordpress.org/support/users/biggyhu/)
 * (@biggyhu)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/fix-mobile-view-2/)
 * hi! how can i fix this mobile view problem? the content broke down to narrow…
 * desktop is more or less ok, only i don’t know how can i stop the zooming of the
   bg in huge like 4k monitors…
 * need to fix – messy
    [https://gsz.biggy.hu/wp-content/uploads/mobileview.png](https://gsz.biggy.hu/wp-content/uploads/mobileview.png)
 * need to fix – huge bg cause it’s zooming
    [https://gsz.biggy.hu/wp-content/uploads/desktop4kview.png](https://gsz.biggy.hu/wp-content/uploads/desktop4kview.png)
 * this is ok
    [https://gsz.biggy.hu/wp-content/uploads/desktopview.png](https://gsz.biggy.hu/wp-content/uploads/desktopview.png)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffix-mobile-view-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/fix-mobile-view-2/#post-14331064)
 * Hi,
 * On your page, I saw that you’ve set a custom padding of 300px for the Cover block.
   Padding is a WordPress core feature and, unfortunately, isn’t currently responsive.
   
   You can make it responsive by adding some custom CSS. If you need help with the
   CSS, I would need to see the page (the URL you gave is now not found).
 * Have a nice day,
    Tom
 *  Thread Starter [biggyhu](https://wordpress.org/support/users/biggyhu/)
 * (@biggyhu)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/fix-mobile-view-2/#post-14356975)
 * hi!
 * i try to fix the problems but i don’t know how can i set the background hero 
   image to the right position in mobile view ([https://gsz.biggy.hu](https://gsz.biggy.hu))
   now i see only the hands and fingers not the head of the doctor on mobiles. and
   without padding how can i move the text to left a bit in desktop?
 * thanks in advance
    -  This reply was modified 5 years, 1 month ago by [biggyhu](https://wordpress.org/support/users/biggyhu/).
 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/fix-mobile-view-2/#post-14359302)
 * Hi,
 * On the Cover block, you’ve selected “Repeated background”. You should turn it
   off to be able to use the Focal point picker and focus the image on the doctor’s
   head. If you want to add padding on desktop and remove it on small devices, you
   can add some custom CSS. To do so:
    1. Select the Cover block.
    2. Open the sidebar settings and under Additional CSS Class(es), add a new class
       e.g. mobile-no-padding
    3. Then open the Customizer, and inside Additional CSS, paste the following code(
       adjust the values as you like).
 *     ```
       @media (max-width: 651px) {
       	.wp-block-cover.mobile-no-padding {
       		padding: 0 !important;
       	}
       }
       ```
   
 * I hope the above is useful to you.
    Tom
 *  Thread Starter [biggyhu](https://wordpress.org/support/users/biggyhu/)
 * (@biggyhu)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/fix-mobile-view-2/#post-14360139)
 * hi! thanks for you help! regards zoltan
 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/fix-mobile-view-2/#post-14360254)
 * My pleasure.
 * If you enjoy Twentig, [please rate it](https://wordpress.org/support/plugin/twentig/reviews/).
   It would really help me out 🙂
    Tom
 *  Thread Starter [biggyhu](https://wordpress.org/support/users/biggyhu/)
 * (@biggyhu)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/fix-mobile-view-2/#post-14360396)
 * of course, i already did it!
 * regards

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

The topic ‘fix mobile view’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [biggyhu](https://wordpress.org/support/users/biggyhu/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/fix-mobile-view-2/#post-14360396)
 * Status: resolved