Comments leoyipenvato started the conversationApril 9, 2022 at 10:44amIn tablet and mobile screen, there's white blank vertical spaces in most right and most left. How to disable them? 2,610PenciDesign repliedApril 9, 2022 at 10:51amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (min-width: 961px) and (max-width: 1169px) { .container { width: 100%; padding-left: 20px; padding-right: 20px; } }Regards,PenciDesign.leoyipenvato repliedApril 9, 2022 at 2:35pmnothing changed. 2,610PenciDesign repliedApril 9, 2022 at 3:26pmHi,Please send me a screenshot of your request, I'll check again and then send you a custom CSS code.Regards,PenciDesign.leoyipenvato repliedApril 9, 2022 at 3:38pmfull width is wanted on tablet and mobile screen, padding will be added to some blocks by myself.I would like to know how to delete the red areas shown in photo, thank you. 2,610PenciDesign repliedApril 9, 2022 at 3:42pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width:767px) { .wp-block-columns .paddingup { padding: 0 10px !important; }}Regards,PenciDesign.leoyipenvato repliedApril 9, 2022 at 4:11pmThank you for your effort. But still nothing changed.I found the following code helped. @media (max-width: 960px){.wrapper-boxed > .container,.penci-page-header-wrap{padding: 0;}} 2,610PenciDesign repliedApril 10, 2022 at 1:24amHi,Look great now. Do you've any other questions?Regards,PenciDesign.leoyipenvato repliedApril 10, 2022 at 3:22amThank you for your effort, you may close the conversation. Sign in to reply ...
In tablet and mobile screen, there's white blank vertical spaces in most right and most left. How to disable them?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
nothing changed.
Hi,
Please send me a screenshot of your request, I'll check again and then send you a custom CSS code.
Regards,
PenciDesign.
full width is wanted on tablet and mobile screen, padding will be added to some blocks by myself.
I would like to know how to delete the red areas shown in photo, thank you.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you for your effort. But still nothing changed.
I found the following code helped.
Hi,
Look great now. Do you've any other questions?
Regards,
PenciDesign.
Thank you for your effort, you may close the conversation.