Comments 4Dagalidis Dimitris started the conversationJanuary 6, 2021 at 7:29pmHow is possible to remove padding (20px) from left and right of all pages, to stretch the body on all mobile devices ? Look at the attached image. I made it only for Home page adding the following code..@media screen and (max-width: 1024px){ .site-main .vc_column_container>.vc_column-inner { padding-left: 0px; padding-right: 0px;}} If I add this for all pages it breaks the view... @media screen and (max-width: 1024px){.site-main { padding-left: 0px; padding-right: 0px;}} Thanks again.. 501Penci repliedJanuary 8, 2021 at 2:59amHi,Please go to Customizer > General Options then check "Disable Padding Block & Widget." optionBest Regards,PenciDesign 4Dagalidis Dimitris repliedJanuary 10, 2021 at 2:39amSorry maybe missunderstood me.I don't want to remove all padding from entire theme.I just want to remove only those two blue background colered space (padding) from left and right of the body of all pages on mobiles as market on those pics attached.Thanks for your reply and sorry for late reply.Best Regards,Dimitris 501Penci repliedJanuary 12, 2021 at 4:17amHi,Sorry about the issue.Please go to Customizer > Addtional CSS then add custom css to do that @media screen and (max-width: 768px){ .site-main { padding-left: 0 !important; padding-right: 0 !important; }}Best Regards,PenciDesign Sign in to reply ...
How is possible to remove padding (20px) from left and right of all pages, to stretch the body on all mobile devices ?
Look at the attached image.
I made it only for Home page adding the following code..
@media screen and (max-width: 1024px){
.site-main .vc_column_container>.vc_column-inner {
padding-left: 0px;
padding-right: 0px;
}
}
If I add this for all pages it breaks the view...
@media screen and (max-width: 1024px){
.site-main {
padding-left: 0px;
padding-right: 0px;
}
}
Thanks again..
Hi,
Please go to Customizer > General Options then check "Disable Padding Block & Widget." option
Best Regards,
PenciDesign
Sorry maybe missunderstood me.
I don't want to remove all padding from entire theme.
I just want to remove only those two blue background colered space (padding) from left and right of the body of all pages on mobiles as market on those pics attached.
Thanks for your reply and sorry for late reply.
Best Regards,
Dimitris
Hi,
Sorry about the issue.
Please go to Customizer > Addtional CSS then add custom css to do that
Best Regards,
PenciDesign